You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/boards.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ This is a stripped down version of the above. Behaves identically in terms of ju
88
88
89
89
It's a Olimex MOD-WIFI-ESP8266-DEV module installed on the headers of a development board which features some breakout connectors, a button (GPIO0) and a relay (GPIO5).
90
90
91
-
Programming is pretty straightforward: the board is supported in the Arduino IDE after adding the [board manager URL](http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json). To download a program you just have to connect GND/RX/TX from a serial/USB adapter to the UEXT connector and press the only button before applying power to enter UART mode.
91
+
Programming is pretty straightforward: the board is supported in the Arduino IDE after [installing it via the Board Manager](https://github.com/lcafaro/Arduino#installing-with-boards-manager). To download a program you just have to connect GND/RX/TX from a serial/USB adapter to the UEXT connector and press the only button before applying power to enter UART mode.
92
92
93
93
Don't connect 5V from the serial/USB adapter to the board or you won't be able to power cycle it for UART mode.
0 commit comments