From fc6c097abb173fc463fba1cadf314e3161513a4b Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:00:59 +0200 Subject: [PATCH] putting autosave back into _M category fingers crossed this will not break builds where flash usage is already close to 98% --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 05b0cf86..bcb9ea5e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -932,6 +932,7 @@ build_flags_M = -D USE_ALT_DISPLAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI -D USERMOD_FOUR_LINE_DISPLAY -D USERMOD_ROTARY_ENCODER_UI + -D USERMOD_AUTO_SAVE ${common_mm.animartrix_build_flags} ;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well -D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible @@ -950,7 +951,6 @@ lib_deps_V4_M = ${common_mm.animartrix_lib_deps} build_flags_XL = - -D USERMOD_AUTO_SAVE -D USERMOD_WEATHER ; WLEDMM usermod -D USERMOD_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG) -D USERMOD_GAMES ; WLEDMM usermod