File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
1010
1111tools.esptool_py.path={runtime.platform.path}/tools/esptool
1212tools.esptool_py.cmd=esptool
13- tools.esptool_py.cmd.linux=esptool.py
13+ tools.esptool_py.cmd.linux=esptool
1414tools.esptool_py.cmd.windows=esptool.exe
1515
1616tools.esptool_py.network_cmd=python3 "{runtime.platform.path}/tools/espota.py" -r
@@ -101,7 +101,7 @@ build.code_debug=0
101101build.defines=
102102build.loop_core=
103103build.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}
105105build.extra_libs=
106106build.memory_type={build.boot}_qspi
107107
You can’t perform that action at this time.
0 commit comments