Skip to content

Commit 464de91

Browse files
committed
Update compile-sketch.yml
1 parent 0f7f550 commit 464de91

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ jobs:
2727
platforms: |
2828
- name: esp32:esp32
2929
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
3333
3434
# ESP32-S2
3535
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
3636
- fqbn: esp32:esp32:esp32s2
3737
platforms: |
3838
- name: esp32:esp32
3939
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
4343
4444
# ESP32-C3
4545
# https://github.com/espressif/arduino-esp32/blob/master/boards.txt
4646
- fqbn: esp32:esp32:esp32c3
4747
platforms: |
4848
- name: esp32:esp32
4949
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
5353
5454
# Artemis / Apollo3
5555
# https://github.com/sparkfun/Arduino_Apollo3/blob/main/boards.txt
@@ -64,8 +64,8 @@ jobs:
6464
platforms: |
6565
- name: esp8266:esp8266
6666
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
67-
env:
68-
CS: 1
67+
env: |
68+
- CS: 1
6969
7070
# SAMD21
7171
# https://github.com/arduino/ArduinoCore-samd/blob/master/boards.txt
@@ -108,9 +108,9 @@ jobs:
108108
- source-url: https://github.com/${{github.repository}}.git
109109
sketch-paths: |
110110
- 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
114114
- examples/Example14_DebugOutput
115115
- examples/Example15_GetDateTime
116116
- examples/Example16_Nanosecond_MaxOutput

0 commit comments

Comments
 (0)