Skip to content

Commit abbfa69

Browse files
authored
fix broken build flag "-M WLEDMM" (should be "-D")
1 parent 59ed739 commit abbfa69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ lib_deps = ${esp32_idf_V4.lib_deps}
422422
monitor_filters = esp32_exception_decoder
423423

424424
;; Compatibility with upstream --> you should prefer using ${common_mm.build_flags_S} and ${common_mm.lib_deps_S}
425-
AR_build_flags = ${common_mm.AR_build_flags} -M WLEDMM
425+
AR_build_flags = ${common_mm.AR_build_flags} -D WLEDMM
426426
AR_lib_deps = ${common_mm.AR_lib_deps} ;; optimized version, 10% faster on -S2/-C3
427427
board_build.partitions = ${esp32.default_partitions} ;; default partioning for 4MB Flash - can be overridden in build envs
428428
board_build.f_flash = 80000000L

0 commit comments

Comments
 (0)