Add esp32-c3 build to ci

This commit is contained in:
Oleg Kalachev
2026-01-23 03:04:57 +03:00
parent 5b654e4d8e
commit 8153644578

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