Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 108e467

Browse filesBrowse files
authored
Enable progress bar on ArduinoOTA upload (platform.txt) (espressif#5657)
1 parent 91bca6c commit 108e467
Copy full SHA for 108e467

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎platform.txt

Copy file name to clipboardExpand all lines: platform.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tools.esptool_py.cmd=esptool
1010
tools.esptool_py.cmd.linux=esptool.py
1111
tools.esptool_py.cmd.windows=esptool.exe
1212

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"
13+
tools.esptool_py.network_cmd=python "{runtime.platform.path}/tools/espota.py" -r
14+
tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" -r
1515

1616
tools.gen_esp32part.cmd=python "{runtime.platform.path}/tools/gen_esp32part.py"
1717
tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.