Skip to content

Commit 19f611d

Browse files
SuGliderme-no-dev
authored andcommitted
fix(5.1): ESP32 redefinition to ESP32
1 parent 2ec5584 commit 19f611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build.code_debug=0
103103
build.defines=
104104
build.loop_core=
105105
build.event_core=
106-
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}} {build.zigbee_mode}
106+
build.extra_flags=-DARDUINO_HOST_OS="{runtime.os}" -DARDUINO_FQBN="{build.fqbn}" -DESP32=ESP32 -DCORE_DEBUG_LEVEL={build.code_debug} {build.loop_core} {build.event_core} {build.defines} {build.extra_flags.{build.mcu}} {build.zigbee_mode}
107107
build.extra_libs=
108108
build.memory_type={build.boot}_qspi
109109

0 commit comments

Comments
 (0)