Browse Source
Merge pull request #2016 from weebl2000/add-lr1110-sx1276
Add sanity build for LR1110 and SX1276 too
pull/2347/head
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
.github/workflows/pr-build-check.yml
|
|
@ -39,6 +39,10 @@ jobs: |
|
|
- wio-e5-mini_repeater |
|
|
- wio-e5-mini_repeater |
|
|
# ESP32-C6 |
|
|
# ESP32-C6 |
|
|
- LilyGo_Tlora_C6_repeater_ |
|
|
- LilyGo_Tlora_C6_repeater_ |
|
|
|
|
|
# LR1110 (nRF52) |
|
|
|
|
|
- wio_wm1110_repeater |
|
|
|
|
|
# SX1276 (ESP32) |
|
|
|
|
|
- Tbeam_SX1276_repeater |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- name: Clone Repo |
|
|
- name: Clone Repo |
|
|
|