refactor(firmware): migrate to Arduino framework and impl connection, status indicating and firmware configuration

This commit is contained in:
2025-11-24 19:39:50 +08:00
parent a54bd62491
commit cc6641b526
8 changed files with 185 additions and 2637 deletions

View File

@@ -1,3 +1 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(firmware)