File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
- " 2.7"
4
4
5
5
env :
6
+ - PLATFORMIO_PROJECT_DIR=examples/arduino-asyncudp
6
7
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
7
8
- PLATFORMIO_PROJECT_DIR=examples/arduino-webserver
8
9
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
10
+ - PLATFORMIO_PROJECT_DIR=examples/esp8266-rtos-sdk-blink
9
11
- PLATFORMIO_PROJECT_DIR=examples/native-sdk
10
12
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
11
13
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ build: off
2
2
environment :
3
3
4
4
matrix :
5
+ - PLATFORMIO_PROJECT_DIR : " examples/arduino-asyncudp"
5
6
- PLATFORMIO_PROJECT_DIR : " examples/arduino-blink"
6
7
- PLATFORMIO_PROJECT_DIR : " examples/arduino-webserver"
7
8
- PLATFORMIO_PROJECT_DIR : " examples/arduino-wifiscan"
9
+ - PLATFORMIO_PROJECT_DIR : " examples/esp8266-rtos-sdk-blink"
8
10
- PLATFORMIO_PROJECT_DIR : " examples/native-sdk"
9
11
- PLATFORMIO_PROJECT_DIR : " examples/simba-blink"
10
12
You can’t perform that action at this time.
0 commit comments