esp32: replace port with PlatformIO implementation and add CI build (#1292)

This commit is contained in:
Kato Gangstad
2026-04-06 15:33:17 +02:00
committed by GitHub
parent 3d668f2f96
commit 589a61b287
38 changed files with 2926 additions and 4708 deletions
+12
View File
@@ -328,3 +328,15 @@ jobs:
gcc --version
make clean
make gtk-discover
ports-esp32:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip
pip3 install platformio
- name: Build ESP32 Port
run: |
pio run -d ports/esp32