Skip to content

Commit b499f8a

Browse files
authored
Merge pull request #46 from CivicTechTO/pcb-rev4
Pcb rev4
2 parents 50fe865 + f317a2e commit b499f8a

28 files changed

Lines changed: 55802 additions & 259 deletions

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-pio
1717
- uses: actions/setup-python@v5.0.0
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.11'
2020
- name: Install Python packages
2121
run: |
2222
pip install --upgrade platformio
@@ -26,9 +26,6 @@ jobs:
2626
run: |
2727
python "${GITHUB_WORKSPACE}/noisemeter-device/certs.py" -s api.tracket.info > "${GITHUB_WORKSPACE}/noisemeter-device/certs.h"
2828
29-
- name: Build PlatformIO Project (esp32-pcb)
30-
run: pio run -e esp32-pcb
31-
32-
- name: Build PlatformIO Project (esp32-breadboard)
33-
run: pio run -e esp32-breadboard
29+
- name: Build PlatformIO Project (rev4)
30+
run: pio run -e rev4
3431

.github/workflows/ota-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: ${{ runner.os }}-pio
1919
- uses: actions/setup-python@v5.0.0
2020
with:
21-
python-version: '3.9'
21+
python-version: '3.11'
2222
- name: Install Python packages
2323
run: |
2424
pip install --upgrade platformio
@@ -32,7 +32,7 @@ jobs:
3232
python "${GITHUB_WORKSPACE}/noisemeter-device/certs.py" -s api.tracket.info > "${GITHUB_WORKSPACE}/noisemeter-device/certs.h"
3333
3434
- name: Build signed firmware
35-
run: pio run -t ota -e esp32-pcb
35+
run: pio run -t ota -e rev4
3636

3737
- name: Upload signed firmware
3838
uses: djn24/add-asset-to-release@v1

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ hardware/pcb-*/fp-info-cache
1010
hardware/pcb-*/fp-lib-table
1111
hardware/pcb-*/sym-lib-table
1212
hmac_key
13-
*.kicad_prl
14-
*.step
15-
*.lck
16-
*.sw*
1713
*.bin
14+
*.bmp
1815
*.FCBak
16+
*.kicad_prl
17+
*.lck
1918
*.pem
19+
*.png
2020
*.pub
21+
*.step
22+
*.sw*

0 commit comments

Comments
 (0)