Skip to content

Commit 0a568fc

Browse files
Fix build.extra_flags
1 parent 3a6a02e commit 0a568fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ build.code_debug=0
148148
build.defines=
149149
build.loop_core=
150150
build.event_core=
151-
build.extra_flags=-w -DESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} {build.extra_flags.{build.mcu}}
151+
build.extra_flags=-DESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} -w {build.extra_flags.{build.mcu}}
152152
build.extra_libs=
153153
build.memory_type={build.boot}_qspi
154154

0 commit comments

Comments
 (0)