refactor: migrate firmware from Arduino to native ESP-IDF implementation with CMake configuration

This commit is contained in:
2026-06-12 13:48:35 +01:00
parent 619ec20ca1
commit f5ec189dc4
6 changed files with 254 additions and 94 deletions
+4
View File
@@ -0,0 +1,4 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_CLASSIC_ENABLED=y
CONFIG_BT_SPP_ENABLED=y
CONFIG_FREERTOS_HZ=1000