We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3890e1a commit 54eb153Copy full SHA for 54eb153
platform.txt
@@ -137,7 +137,8 @@ tools.esptool.cmd={runtime.platform.path}/tools/python3/python3
137
tools.esptool.network_cmd={runtime.platform.path}/tools/python3/python3
138
139
tools.esptool.upload.protocol=esp
140
-tools.esptool.upload.params.verbose=--trace
+# esptool.py --trace option is a debug option, not a verbose option
141
+tools.esptool.upload.params.verbose=
142
tools.esptool.upload.params.quiet=
143
144
# First, potentially perform an erase or nothing
0 commit comments