Support ESP32-C3

User Serial1 for rc instead of Serial2, as ESP32-C3 has only 2 Serials.
Add CI build for ESP32-C3.
This commit is contained in:
Oleg Kalachev
2026-05-10 21:07:20 +03:00
parent 1f48e379e3
commit 35e94f6ea6
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -23,6 +23,8 @@ jobs:
with:
name: firmware-binary
path: flix/build
- name: Build firmware for ESP32-C3
run: make BOARD=esp32:esp32:esp32c3
- name: Build firmware for ESP32-S3
run: make BOARD=esp32:esp32:esp32s3
- name: Check c_cpp_properties.json