please add to boards.txt DTR for Arduino 'Uno WiFi' #3982
Labels
component: boards
waiting for feedback
Waiting on additional info. If it's not received, the issue may be closed.
On Uno WiFi the on-board esp8266 is accessible only thru Atmega. The new Serial1 library for Uno WiFi, enables uploading esp sketches from IDE into esp. And it can bridge the DTR signal to reset esp into flashing mode. The original Uno WiFi library from Arduino.org was to slow to bridge flashing sync and didn't use the on-board connections to CH_EN and GPIO0 for reset esp to flashing mode.
In boards.txt for the 'Arduino' group of boards the disableDTR and disableRTS is true. I propose adding two lines for Uno WiFi to enable DTR and RTS.
The text was updated successfully, but these errors were encountered: