File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tools.riscv32-esp-elf-gdb.path={runtime.platform.path}/tools/riscv32-esp-elf-gdb
10
10
11
11
tools.esptool_py.path={runtime.platform.path}/tools/esptool
12
12
tools.esptool_py.cmd=esptool
13
- tools.esptool_py.cmd.linux=esptool.py
13
+ tools.esptool_py.cmd.linux=esptool
14
14
tools.esptool_py.cmd.windows=esptool.exe
15
15
16
16
tools.esptool_py.network_cmd=python3 "{runtime.platform.path}/tools/espota.py" -r
@@ -101,7 +101,7 @@ build.code_debug=0
101
101
build.defines=
102
102
build.loop_core=
103
103
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}
105
105
build.extra_libs=
106
106
build.memory_type={build.boot}_qspi
107
107
You can’t perform that action at this time.
0 commit comments