We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d8b22 commit 9203670Copy full SHA for 9203670
.travis.yml
@@ -8,6 +8,7 @@ env:
8
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
9
- PLATFORMIO_PROJECT_DIR=examples/arduino-webserver
10
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
11
+ - PLATFORMIO_PROJECT_DIR=examples/esp8266-nonos-sdk-blink
12
- PLATFORMIO_PROJECT_DIR=examples/esp8266-rtos-sdk-blink
13
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
14
platform.json
@@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif8266.git"
},
15
- "version": "2.0.4",
+ "version": "2.1.0",
16
"packageRepositories": [
17
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
18
"http://dl.platformio.org/packages/manifest.json",
0 commit comments