Skip to content

Commit 6bac6a2

Browse files
committed
Update usage section in README
1 parent d5e9501 commit 6bac6a2

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,27 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
99

1010
# Usage
1111

12-
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
13-
2. Install Espressif 8266 development platform:
14-
```bash
15-
# install the latest stable version
16-
> platformio platform install espressif8266
17-
18-
# install development version
19-
> platformio platform install https://github.com/platformio/platform-espressif8266.git
12+
1. [Install PlatformIO](http://platformio.org)
13+
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:
14+
15+
## Stable version
16+
17+
```ini
18+
[env:stable]
19+
platform = espressif8266
20+
board = ...
21+
...
22+
```
23+
24+
## Development version
25+
26+
```ini
27+
[env:development]
28+
platform = https://github.com/platformio/platform-espressif8266.git
29+
board = ...
30+
...
2031
```
2132

22-
# Using "Staging" Arduino Core
33+
# Configuration
2334

24-
http://docs.platformio.org/page/platforms/espressif8266.html#using-arduino-framework-with-staging-version
35+
Please navigate to [documentation](http://docs.platformio.org/page/platforms/espressif8266.html).

0 commit comments

Comments
 (0)