From 54eb1536b0a51088b175a7616071bc05081acd33 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Sat, 5 Oct 2019 19:33:49 +0200 Subject: [PATCH] remove esptool.py --trace option fixes #6605 --- platform.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 8bccbe2afc..bfe7912c21 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