1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Fix espduino verbose upload (#6426)

Fixes #6418
This commit is contained in:
Earle F. Philhower, III
2019-08-18 20:22:07 -07:00
committed by GitHub
parent 127199ab6d
commit def85866be
2 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ boards = collections.OrderedDict([
( '.menu.ResetMethod.v1.upload.resetmethod', 'ck' ),
( '.menu.UploadTool.esptool', 'Serial' ),
( '.menu.UploadTool.esptool.upload.tool', 'esptool' ),
( '.menu.UploadTool.esptool.upload.verbose', '-vv' ),
( '.menu.UploadTool.esptool.upload.verbose', '--trace' ),
( '.menu.UploadTool.espota', 'OTA' ),
( '.menu.UploadTool.espota.upload.tool', 'espota' ),
]),