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 3a6a02e commit 0a568fcCopy full SHA for 0a568fc
platform.txt
@@ -148,7 +148,7 @@ build.code_debug=0
148
build.defines=
149
build.loop_core=
150
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}}
+build.extra_flags=-DESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} -w {build.extra_flags.{build.mcu}}
152
build.extra_libs=
153
build.memory_type={build.boot}_qspi
154
0 commit comments