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
-[Using stable version with PlatformIO](#using-stable-version-with-platformio)
12
+
-[Using PlatformIO](#using-platformio)
13
13
-[Building with make](#building-with-make)
14
14
-[Documentation](#documentation)
15
15
-[Issues and support](#issues-and-support)
@@ -20,7 +20,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
20
20
21
21
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).
22
22
23
-
- Install Arduino 1.6.5 from the [Arduino website](http://www.arduino.cc/en/main/software).
23
+
- Install Arduino 1.6.8 from the [Arduino website](http://www.arduino.cc/en/main/software).
24
24
- Start Arduino and open Preferences window.
25
25
- Enter ```http://arduino.esp8266.com/stable/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
26
26
- 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).
@@ -34,17 +34,17 @@ If you find this forum or the ESP8266 Boards Manager package useful, please cons
34
34
##### Stable version 
- Clone this repository into hardware/esp8266com/esp8266 directory (or clone it elsewhere and create a symlink)
50
50
```bash
@@ -60,18 +60,27 @@ python get.py
60
60
```
61
61
- Restart Arduino
62
62
63
-
### Using stable version with PlatformIO
63
+
### Using PlatformIO
64
64
65
-
[PlatformIO](http://platformio.org) is a cross-platform code-builder and library manager for embedded development with no external dependencies. Works on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard). More details in documentation [What is PlatformIO? How does it work?](http://docs.platformio.org/en/latest/faq.html#general).
65
+
[PlatformIO](http://platformio.org) is an open source ecosystem for IoT
66
+
development with cross platform build system, library manager and full support
67
+
for Espressif (ESP8266) development. It works on the popular host OS: Mac OS X, Windows,
68
+
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
66
69
67
-
See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).
70
+
-[What is PlatformIO?](http://docs.platformio.org/en/stable/what-is-platformio.html)
- Quick Start with [PlatformIO IDE](http://docs.platformio.org/en/stable/ide/atom.html#quick-start) or [PlatformIO CLI](http://docs.platformio.org/en/stable/quickstart.html)
0 commit comments