We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57169a commit 6aefb65Copy full SHA for 6aefb65
platformio.ini
@@ -1400,6 +1400,7 @@ build_unflags = ${common.build_unflags}
1400
build_flags = ${esp32_4MB_M_base.build_flags}
1401
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
1402
-D WLED_DISABLE_PARTICLESYSTEM2D ;; exceeds flash size limit
1403
+ -D WLEDMM_SAVE_FLASH ;; save some flash, to have space for debug messages
1404
${Debug_Flags.build_flags}
1405
-D CORE_DEBUG_LEVEL=2 ;; 2=warning
1406
-D WLED_RELEASE_NAME=esp32_4MB_M_debug
0 commit comments