Fix reset method for Espressif NodeMCU (ESP-12E Module) // Resolve #380

This commit is contained in:
Ivan Kravets
2015-12-17 00:02:22 +02:00
parent d3b7fc7ddb
commit 34a5d366d5
9 changed files with 27 additions and 50 deletions

View File

@@ -87,7 +87,7 @@ env.Replace(
UPLOADER=join("$PIOPACKAGES_DIR", "tool-esptool", "esptool"),
UPLOADERFLAGS=[
"-vv",
"-cd", "ck",
"-cd", "${BOARD_OPTIONS['upload']['resetmethod']}",
"-cb", "$UPLOAD_SPEED",
"-cp", "$UPLOAD_PORT",
"-ca", "0x00000",