Add espnow-proxy build to ci

This commit is contained in:
Oleg Kalachev
2026-07-17 23:45:54 +03:00
parent 1203a3ae8f
commit 9289b042af
+2
View File
@@ -27,6 +27,8 @@ jobs:
run: make BOARD=esp32:esp32:esp32c3
- name: Build firmware for ESP32-S3
run: make BOARD=esp32:esp32:esp32s3
- name: Build espnow-proxy
run: arduino-cli compile --fqbn esp32:esp32:esp32 tools/espnow-proxy
- name: Check c_cpp_properties.json
run: tools/check_c_cpp_properties.py