Skip to content

Commit

Permalink
Merge branch 'master' into lua-float
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Sep 22, 2023
2 parents d26316e + 611b147 commit 1e2fb75
Show file tree
Hide file tree
Showing 169 changed files with 1,927 additions and 5,725 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ jobs:
platformio pkg update
PLATFORMIO_BUILD_FLAGS="-DRegulatory_Domain_ISM_2400" pio test -e native
validation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Validate target files
run: |
cd src
python python/targets_validator.py
targets:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -139,14 +125,20 @@ jobs:
continue-on-error: true

firmware:
needs: [build, validation, test]
needs: [build, test]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Checkout targets repo
uses: actions/checkout@v3
with:
repository: ExpressLRS/targets
path: src/hardware

- name: Get firmware artifacts
uses: actions/download-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/src/fhss_freqs.h
src/.vscode
src/data/*.ini
src/data/*.json
src/hardware
17 changes: 0 additions & 17 deletions src/hardware/RX/DIY 900 TTGO V1.json

This file was deleted.

17 changes: 0 additions & 17 deletions src/hardware/RX/DIY 900 TTGO V2.json

This file was deleted.

18 changes: 0 additions & 18 deletions src/hardware/RX/DIY Huzzah RFM95.json

This file was deleted.

37 changes: 0 additions & 37 deletions src/hardware/RX/Frank 2400.json

This file was deleted.

22 changes: 0 additions & 22 deletions src/hardware/RX/Generic 2400 Diversity PA.json

This file was deleted.

24 changes: 0 additions & 24 deletions src/hardware/RX/Generic 2400 PA RGB.json

This file was deleted.

22 changes: 0 additions & 22 deletions src/hardware/RX/Generic 2400 PA.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/hardware/RX/Generic 2400 PWMP5.json

This file was deleted.

19 changes: 0 additions & 19 deletions src/hardware/RX/Generic 2400 PWMP6.json

This file was deleted.

18 changes: 0 additions & 18 deletions src/hardware/RX/Generic 2400 PWMP7.json

This file was deleted.

37 changes: 0 additions & 37 deletions src/hardware/RX/Generic 2400 True Diversity PA PWM 14.json

This file was deleted.

51 changes: 0 additions & 51 deletions src/hardware/RX/Generic 2400 True Diversity PA and VTx.json

This file was deleted.

Loading

0 comments on commit 1e2fb75

Please sign in to comment.