putting autosave back into _M category
fingers crossed this will not break builds where flash usage is already close to 98%
This commit is contained in:
@@ -932,6 +932,7 @@ build_flags_M =
|
|||||||
-D USE_ALT_DISPLAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI
|
-D USE_ALT_DISPLAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI
|
||||||
-D USERMOD_FOUR_LINE_DISPLAY
|
-D USERMOD_FOUR_LINE_DISPLAY
|
||||||
-D USERMOD_ROTARY_ENCODER_UI
|
-D USERMOD_ROTARY_ENCODER_UI
|
||||||
|
-D USERMOD_AUTO_SAVE
|
||||||
${common_mm.animartrix_build_flags}
|
${common_mm.animartrix_build_flags}
|
||||||
;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well
|
;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
|
-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}
|
${common_mm.animartrix_lib_deps}
|
||||||
|
|
||||||
build_flags_XL =
|
build_flags_XL =
|
||||||
-D USERMOD_AUTO_SAVE
|
|
||||||
-D USERMOD_WEATHER ; WLEDMM usermod
|
-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_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG)
|
||||||
-D USERMOD_GAMES ; WLEDMM usermod
|
-D USERMOD_GAMES ; WLEDMM usermod
|
||||||
|
|||||||
Reference in New Issue
Block a user