mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 23:15:17 +00:00
update6
This commit is contained in:
parent
afdde6ad2d
commit
e4d41380bf
2 changed files with 88 additions and 49 deletions
60
.github/workflows/commit.yml
vendored
60
.github/workflows/commit.yml
vendored
|
|
@ -11,25 +11,43 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
board:
|
||||
- ttgo-lora32-v21
|
||||
- heltec-lora32-v2
|
||||
- heltec_wifi_lora_32_V3
|
||||
- heltec_wireless_stick
|
||||
- heltec_wireless_stick_lite_v3
|
||||
- heltec_ht-ct62
|
||||
- ESP32_DIY_LoRa
|
||||
- ESP32_DIY_1W_LoRa
|
||||
- ttgo-t-beam-v1_2
|
||||
- ttgo-t-beam-v1
|
||||
- ttgo-t-beam-v1_SX1268
|
||||
- ttgo-t-beam-v1_2_SX1262
|
||||
- ESP32_DIY_LoRa_A7670
|
||||
- heltec_wireless_tracker
|
||||
- OE5HWN_MeshCom
|
||||
- WEMOS-LOLIN32-OLED-DIY
|
||||
- WEMOS-D1-R32-RA02
|
||||
- ttgo-lora32-v21-915
|
||||
target:
|
||||
- name: ttgo-lora32-v21
|
||||
chip: esp32
|
||||
- name: heltec-lora32-v2
|
||||
chip: esp32
|
||||
- name: heltec_wifi_lora_32_V3
|
||||
chip: esp32
|
||||
- name: heltec_wireless_stick
|
||||
chip: esp32
|
||||
- name: heltec_wireless_stick_lite_v3
|
||||
chip: esp32
|
||||
- name: heltec_ht-ct62
|
||||
chip: esp32
|
||||
- name: ESP32_DIY_LoRa
|
||||
chip: esp32
|
||||
- name: ESP32_DIY_1W_LoRa
|
||||
chip: esp32
|
||||
- name: ttgo-t-beam-v1_2
|
||||
chip: esp32
|
||||
- name: ttgo-t-beam-v1
|
||||
chip: esp32
|
||||
- name: ttgo-t-beam-v1_SX1268
|
||||
chip: esp32
|
||||
- name: ttgo-t-beam-v1_2_SX1262
|
||||
chip: esp32
|
||||
- name: ESP32_DIY_LoRa_A7670
|
||||
chip: esp32
|
||||
- name: heltec_wireless_tracker
|
||||
chip: esp32
|
||||
- name: OE5HWN_MeshCom
|
||||
chip: esp32
|
||||
- name: WEMOS-LOLIN32-OLED-DIY
|
||||
chip: esp32
|
||||
- name: WEMOS-D1-R32-RA02
|
||||
chip: esp32
|
||||
- name: ttgo-lora32-v21-915
|
||||
chip: esp32
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
@ -41,7 +59,7 @@ jobs:
|
|||
run: pip install --upgrade platformio
|
||||
|
||||
- name: Build target
|
||||
run: pio run -e ${{ matrix.board }}
|
||||
run: pio run -e ${{ matrix.target.name }}
|
||||
|
||||
- name: Build FS
|
||||
run: pio run --target buildfs -e ${{ matrix.board }}
|
||||
run: pio run --target buildfs -e ${{ matrix.target.name }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue