Skip to content

Commit

Permalink
Merge pull request #4 from Sermus/esp8266_disable_SerialMonitor_RTSDTR
Browse files Browse the repository at this point in the history
Add option to disable DTR and RTS in serial monitor
  • Loading branch information
igrr committed Apr 1, 2015
2 parents f89b5f0 + 0a1eae4 commit ac27828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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
Expand Down

0 comments on commit ac27828

Please sign in to comment.