Skip to content

Commit 03d6e32

Browse files
committed
fix(build): Fix redefinition errors
1 parent 394dd1b commit 03d6e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tools.riscv32-esp-elf-gdb.path={runtime.platform.path}/tools/riscv32-esp-elf-gdb
1010

1111
tools.esptool_py.path={runtime.platform.path}/tools/esptool
1212
tools.esptool_py.cmd=esptool
13-
tools.esptool_py.cmd.linux=esptool.py
13+
tools.esptool_py.cmd.linux=esptool
1414
tools.esptool_py.cmd.windows=esptool.exe
1515

1616
tools.esptool_py.network_cmd=python3 "{runtime.platform.path}/tools/espota.py" -r
@@ -101,7 +101,7 @@ build.code_debug=0
101101
build.defines=
102102
build.loop_core=
103103
build.event_core=
104-
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}
104+
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}
105105
build.extra_libs=
106106
build.memory_type={build.boot}_qspi
107107

0 commit comments

Comments
 (0)