Add esp32-c3 build to ci

This commit is contained in:
Oleg Kalachev
2026-01-23 03:04:57 +03:00
parent b62f2f9427
commit 3e59688818
+2
View File
@@ -25,6 +25,8 @@ jobs:
path: flix/build
- name: Build firmware for ESP32-S3
run: make BOARD=esp32:esp32:esp32s3
- name: Build firmware for ESP32-C3
run: make BOARD=esp32:esp32:esp32c3
- name: Check c_cpp_properties.json
run: tools/check_c_cpp_properties.py