Skip to content

Commit 88698ea

Browse files
committed
Merge igrr/esp8266 into esp8266
* commit '8b081ebe9682d92ea4fab8bd233342580d36a7eb': Enable reset control for generic esp8266 boards Corrected accidentally committed wrong file Added to configuration options to disable ArduinoIDE SerialMonitor to set DTR and RTS active when the Monitor is opened
2 parents f7bdd20 + 3abab6c commit 88698ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ esp01.name=Generic ESP8266 board
55

66
esp01.upload.tool=esptool
77
esp01.upload.speed=115200
8-
esp01.upload.resetmethod=none
8+
esp01.upload.resetmethod=ck
99
esp01.upload.maximum_size=524288
1010
esp01.upload.wait_for_upload_port=true
11+
esp01.serial.disableDTR=true
12+
esp01.serial.disableRTS=true
1113

1214
esp01.build.mcu=esp8266
1315
esp01.build.f_cpu=80000000L

0 commit comments

Comments
 (0)