Skip to content

Commit 6aefb65

Browse files
authored
fix compilation for esp32_4MB_M_debug
Add flag to save flash for debug messages
1 parent d57169a commit 6aefb65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ build_unflags = ${common.build_unflags}
14001400
build_flags = ${esp32_4MB_M_base.build_flags}
14011401
-D WLED_DISABLE_PARTICLESYSTEM1D ;; exceeds flash size limit
14021402
-D WLED_DISABLE_PARTICLESYSTEM2D ;; exceeds flash size limit
1403+
-D WLEDMM_SAVE_FLASH ;; save some flash, to have space for debug messages
14031404
${Debug_Flags.build_flags}
14041405
-D CORE_DEBUG_LEVEL=2 ;; 2=warning
14051406
-D WLED_RELEASE_NAME=esp32_4MB_M_debug

0 commit comments

Comments
 (0)