8000
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 28f2855 commit d42f94aCopy full SHA for d42f94a
platform.txt
@@ -95,7 +95,7 @@ build.code_debug=0
95
build.defines=
96
build.loop_core=
97
build.event_core=
98
-build.extra_flags=-DESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} {build.extra_flags.{build.mcu}}
+build.extra_flags=-DARDUINO_HOST_OS="{runtime.os}" -DARDUINO_FQBN="{build.fqbn}" -DESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} {build.extra_flags.{build.mcu}}
99
build.extra_libs=
100
build.memory_type={build.boot}_qspi
101
0 commit comments