Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5.0.0
with:
python-version: '3.9'
python-version: '3.11'
- name: Install Python packages
run: |
pip install --upgrade platformio
Expand All @@ -26,9 +26,6 @@ jobs:
run: |
python "${GITHUB_WORKSPACE}/noisemeter-device/certs.py" -s api.tracket.info > "${GITHUB_WORKSPACE}/noisemeter-device/certs.h"

- name: Build PlatformIO Project (esp32-pcb)
run: pio run -e esp32-pcb

- name: Build PlatformIO Project (esp32-breadboard)
run: pio run -e esp32-breadboard
- name: Build PlatformIO Project (rev4)
run: pio run -e rev4

4 changes: 2 additions & 2 deletions .github/workflows/ota-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5.0.0
with:
python-version: '3.9'
python-version: '3.11'
- name: Install Python packages
run: |
pip install --upgrade platformio
Expand All @@ -32,7 +32,7 @@ jobs:
python "${GITHUB_WORKSPACE}/noisemeter-device/certs.py" -s api.tracket.info > "${GITHUB_WORKSPACE}/noisemeter-device/certs.h"

- name: Build signed firmware
run: pio run -t ota -e esp32-pcb
run: pio run -t ota -e rev4

- name: Upload signed firmware
uses: djn24/add-asset-to-release@v1
Expand Down
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ hardware/pcb-*/fp-info-cache
hardware/pcb-*/fp-lib-table
hardware/pcb-*/sym-lib-table
hmac_key
*.kicad_prl
*.step
*.lck
*.sw*
*.bin
*.bmp
*.FCBak
*.kicad_prl
*.lck
*.pem
*.png
*.pub
*.step
*.sw*
Loading
Loading