From 08a0414ee07918309c6a7ea1b5e048cd443c19c9 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Sat, 5 Oct 2019 22:27:42 +0200 Subject: [PATCH] remove esptool.py --trace option (#6606) fixes #6605 --- platform.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 8bccbe2af..bfe7912c2 100644 --- a/platform.txt +++ b/platform.txt @@ -137,7 +137,8 @@ tools.esptool.cmd={runtime.platform.path}/tools/python3/python3 tools.esptool.network_cmd={runtime.platform.path}/tools/python3/python3 tools.esptool.upload.protocol=esp -tools.esptool.upload.params.verbose=--trace +# esptool.py --trace option is a debug option, not a verbose option +tools.esptool.upload.params.verbose= tools.esptool.upload.params.quiet= # First, potentially perform an erase or nothing