Closed
Description
Hi, i'm using Eclipse/Arduino to program a ESP8266/Arduino, everithing go OK except when upload with esptool.
Eclipse don't get the parameter: tools.esptool.upload.params.verbose = -vv established in platform.txt
To make it run OK, I must add a new line in platform.txt with a generic " upload.verbose = -vv ". But this can affect to other upload tools.
Why eclipse don't read this parameter? how to solve?
Thanks in advance.
P.D.: this is the pull request in ESP8266/Arduino ... esp8266/Arduino#781