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 92ce408 commit 96b0972Copy full SHA for 96b0972
tools/espota.py
@@ -41,7 +41,7 @@
41
FLASH = 0
42
SPIFFS = 100
43
AUTH = 200
44
-PROGRESS = False
+PROGRESS = True
45
# update_progress() : Displays or updates a console progress bar
46
## Accepts a float between 0 and 1. Any int will be converted to a float.
47
## A value under 0 represents a 'halt'.
@@ -305,7 +305,7 @@ def parser(unparsed_args):
305
dest = "progress",
306
help = "Show progress output. Does not work for ArduinoIDE",
307
action = "store_true",
308
- default = False
+ default = True
309
)
310
group.add_option("-t", "--timeout",
311
dest = "timeout",
0 commit comments