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
@@ -28,15 +28,15 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
28
28
29
29
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).
30
30
31
-
-Install the current upstreamArduino IDEat the 1.8.9 levelorlater. The current version is on the[Arduino website](https://www.arduino.cc/en/software).
32
-
- Start Arduino and open the Preferences window.
33
-
- Enter```https://arduino.esp8266.com/stable/package_esp8266com_index.json``` into the*File>Preferences>Additional Boards Manager URLs* field of the Arduino IDE. You can add multiple URLs, separating them with commas.
31
+
-[Download and installArduino IDE1.xor2.x](https://www.arduino.cc/en/software)
32
+
- Start Arduino and open the Preferences window
33
+
- Enter`https://arduino.esp8266.com/stable/package_esp8266com_index.json` into the*File>Preferences>Additional Boards Manager URLs* field of the Arduino IDE. You can add multiple URLs, separating them with commas.
34
34
- Open Boards Manager from Tools > Board menu and install*esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).