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 91bca6c commit 108e467Copy full SHA for 108e467
platform.txt
@@ -10,8 +10,8 @@ tools.esptool_py.cmd=esptool
10
tools.esptool_py.cmd.linux=esptool.py
11
tools.esptool_py.cmd.windows=esptool.exe
12
13
-tools.esptool_py.network_cmd=python "{runtime.platform.path}/tools/espota.py"
14
-tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe"
+tools.esptool_py.network_cmd=python "{runtime.platform.path}/tools/espota.py" -r
+tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" -r
15
16
tools.gen_esp32part.cmd=python "{runtime.platform.path}/tools/gen_esp32part.py"
17
tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"
0 commit comments