Skip to content

Commit 54eb153

Browse files
committed
remove esptool.py --trace option
fixes esp8266#6605
1 parent 3890e1a commit 54eb153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ tools.esptool.cmd={runtime.platform.path}/tools/python3/python3
137137
tools.esptool.network_cmd={runtime.platform.path}/tools/python3/python3
138138

139139
tools.esptool.upload.protocol=esp
140-
tools.esptool.upload.params.verbose=--trace
140+
# esptool.py --trace option is a debug option, not a verbose option
141+
tools.esptool.upload.params.verbose=
141142
tools.esptool.upload.params.quiet=
142143

143144
# First, potentially perform an erase or nothing

0 commit comments

Comments
 (0)