Compare commits

..

2 Commits

Author SHA1 Message Date
c5b882d693 Merge branch 'rev2' of ssh://gitea.tobiasmaier.me:222/tobimai/waterlevel-software into rev2
Some checks failed
Test compiling project / test (push) Failing after 6m24s
2025-11-02 20:12:59 +01:00
d951d1d2be Test 2025-11-02 20:12:57 +01:00

View File

@@ -18,7 +18,7 @@ jobs:
- name: Run PlatformIO build for INA226
run: pio run -e ESP32_INA226
- name: Run PlatformIO build for SPIFFS (same in both platforms, so only one build is necessary)
run: pio run --target buildfs -e ESP32_INA233
run: pwd && pio run --target buildfs -e ESP32_INA233
- name: Upload firmware binary for INA233
run: |
VERSION=$(sed -n 's/#define current_software_version Version{[[:space:]]*\([0-9]\+\),[[:space:]]*\([0-9]\+\),[[:space:]]*\([0-9]\+\)}/\1.\2.\3/p' src/global_data/defines.h)