Skip to content

Commit 0a1eae4

Browse files
author
Andrey Filimonov
committed
Added to configuration options to disable ArduinoIDE SerialMonitor to set DTR and RTS active when the Monitor is opened
1 parent 61f3d12 commit 0a1eae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards.txt

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ esp01.upload.speed=115200
66
esp01.upload.resetmethod=none
77
esp01.upload.maximum_size=524288
88
esp01.upload.wait_for_upload_port=true
9+
esp01.serial.disableDTR=true
10+
esp01.serial.disableRTS=true
911

1012
esp01.build.mcu=esp8266
1113
esp01.build.f_cpu=80000000L

0 commit comments

Comments
 (0)