From 9a6d15cfe6d45a0c1cea897187a8307e7a85226c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 21 Mar 2016 19:15:00 +0200 Subject: [PATCH] Fix resetmethod of ESPresso Lite 2.0 // Resolve #584 --- platformio/boards/espressif.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platformio/boards/espressif.json b/platformio/boards/espressif.json index a91f6237..968bfb8d 100644 --- a/platformio/boards/espressif.json +++ b/platformio/boards/espressif.json @@ -220,8 +220,8 @@ "require_upload_port" : true, "speed": 115200 }, - "url": "http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family", - "vendor": "Espressif" + "url": "http://www.espert.co", + "vendor": "ESPert" }, "espresso_lite_v2": { @@ -241,12 +241,12 @@ "upload": { "maximum_ram_size": 81920, "maximum_size": 4194304, - "resetmethod": "nodemcu", + "resetmethod": "ck", "require_upload_port" : true, "speed": 115200 }, - "url": "http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family", - "vendor": "Espressif" + "url": "http://www.espert.co", + "vendor": "ESPert" }, "modwifi": {