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