diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index f7a8cac..ff99ade 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -27,9 +27,9 @@ jobs: platforms: | - name: esp32:esp32 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - env: - CS: 1 - LED_BUILTIN: 13 + env: | + - CS: 1 + - LED_BUILTIN: 13 # ESP32-S2 # https://github.com/espressif/arduino-esp32/blob/master/boards.txt @@ -37,9 +37,9 @@ jobs: platforms: | - name: esp32:esp32 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - env: - CS: 1 - LED_BUILTIN: 13 + env: | + - CS: 1 + - LED_BUILTIN: 13 # ESP32-C3 # https://github.com/espressif/arduino-esp32/blob/master/boards.txt @@ -47,9 +47,9 @@ jobs: platforms: | - name: esp32:esp32 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - env: - CS: 1 - LED_BUILTIN: 13 + env: | + - CS: 1 + - LED_BUILTIN: 13 # Artemis / Apollo3 # https://github.com/sparkfun/Arduino_Apollo3/blob/main/boards.txt @@ -64,8 +64,8 @@ jobs: platforms: | - name: esp8266:esp8266 source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json - env: - CS: 1 + env: | + - CS: 1 # SAMD21 # https://github.com/arduino/ArduinoCore-samd/blob/master/boards.txt @@ -108,9 +108,9 @@ jobs: - source-url: https://github.com/${{github.repository}}.git sketch-paths: | - examples/Example10_AltitudeMSL - - examples/Example11_ResetModule - - examples/Example12_UseUart - - examples/Example13_PVT + - examples/Example11_ResetModule/Example1_FactoryDefaultviaI2C + - examples/Example13_PVT/Example1_AutoPVT + - examples/Example13_PVT/Example2_AutoPVT_ExplicitUpdate - examples/Example14_DebugOutput - examples/Example15_GetDateTime - examples/Example16_Nanosecond_MaxOutput