@@ -27,29 +27,29 @@ jobs:
27
27
platforms : |
28
28
- name: esp32:esp32
29
29
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
30
- env:
31
- CS: 1
32
- LED_BUILTIN: 13
30
+ env: |
31
+ - CS: 1
32
+ - LED_BUILTIN: 13
33
33
34
34
# ESP32-S2
35
35
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
36
36
- fqbn : esp32:esp32:esp32s2
37
37
platforms : |
38
38
- name: esp32:esp32
39
39
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
40
- env:
41
- CS: 1
42
- LED_BUILTIN: 13
40
+ env: |
41
+ - CS: 1
42
+ - LED_BUILTIN: 13
43
43
44
44
# ESP32-C3
45
45
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
46
46
- fqbn : esp32:esp32:esp32c3
47
47
platforms : |
48
48
- name: esp32:esp32
49
49
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
50
- env:
51
- CS: 1
52
- LED_BUILTIN: 13
50
+ env: |
51
+ - CS: 1
52
+ - LED_BUILTIN: 13
53
53
54
54
# Artemis / Apollo3
55
55
# https://github.com/sparkfun/Arduino_Apollo3/blob/main/boards.txt
64
64
platforms : |
65
65
- name: esp8266:esp8266
66
66
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
67
- env:
68
- CS: 1
67
+ env: |
68
+ - CS: 1
69
69
70
70
# SAMD21
71
71
# https://github.com/arduino/ArduinoCore-samd/blob/master/boards.txt
@@ -108,9 +108,9 @@ jobs:
108
108
- source-url: https://github.com/${{github.repository}}.git
109
109
sketch-paths : |
110
110
- examples/Example10_AltitudeMSL
111
- - examples/Example11_ResetModule
112
- - examples/Example12_UseUart
113
- - examples/Example13_PVT
111
+ - examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C
112
+ - examples/Example13_PVT/Example1_AutoPVT
113
+ - examples/Example13_PVT/Example2_AutoPVT_ExplicitUpdate
114
114
- examples/Example14_DebugOutput
115
115
- examples/Example15_GetDateTime
116
116
- examples/Example16_Nanosecond_MaxOutput
0 commit comments