From 0a1eae4df56cd08ce161b1d78ffab4f15ecc93fd Mon Sep 17 00:00:00 2001 From: Andrey Filimonov Date: Wed, 1 Apr 2015 13:41:36 +0300 Subject: [PATCH] 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