File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,27 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
9
9
10
10
# Usage
11
11
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
+ ...
20
31
```
21
32
22
- # Using "Staging" Arduino Core
33
+ # Configuration
23
34
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 ) .
You can’t perform that action at this time.
0 commit comments