rev2 #3

Merged
tobimai merged 17 commits from rev2 into main 2025-11-05 19:17:56 +01:00
Showing only changes of commit aeac15aa2c - Show all commits

View File

@@ -13,7 +13,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- 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: which pio && id && pio run --target buildfs -e ESP32_INA233
- name: Run PlatformIO Tests
run: pio test -e native
- name: Run PlatformIO build for INA233