From 0a1eae4df56cd08ce161b1d78ffab4f15ecc93fd Mon Sep 17 00:00:00 2001 From: Andrey Filimonov Date: Wed, 1 Apr 2015 13:41:36 +0300 Subject: [PATCH 1/2] Added to configuration options to disable ArduinoIDE SerialMonitor to set DTR and RTS active when the Monitor is opened --- boards.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards.txt b/boards.txt index d070048fb..fbdce1ba8 100644 --- a/boards.txt +++ b/boards.txt @@ -6,6 +6,8 @@ esp01.upload.speed=115200 esp01.upload.resetmethod=none esp01.upload.maximum_size=524288 esp01.upload.wait_for_upload_port=true +esp01.serial.disableDTR=true +esp01.serial.disableRTS=true esp01.build.mcu=esp8266 esp01.build.f_cpu=80000000L From 3abab6ca257655bdded0697431e3171d16074a2a Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 1 Apr 2015 21:12:25 +0300 Subject: [PATCH 2/2] Enable reset control for generic esp8266 boards Close #22 --- boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.txt b/boards.txt index 8a35c6682..0930d760a 100644 --- a/boards.txt +++ b/boards.txt @@ -5,7 +5,7 @@ esp01.name=Generic ESP8266 board esp01.upload.tool=esptool esp01.upload.speed=115200 -esp01.upload.resetmethod=none +esp01.upload.resetmethod=ck esp01.upload.maximum_size=524288 esp01.upload.wait_for_upload_port=true esp01.serial.disableDTR=true