refactor: BLE device support for ESP32 C6 (#147)

Building on ``Arduino``+``ESP-IDF`` with ``h2zero/esp-nimble-cpp`` for ESP32 C6
This commit is contained in:
Yurii
2025-03-06 04:45:13 +03:00
committed by GitHub
parent 6a26e27d39
commit 3bd8010b74
4 changed files with 53 additions and 7 deletions

3
src/idf_component.yml Normal file
View File

@@ -0,0 +1,3 @@
dependencies:
idf: ">=5.3.2"
h2zero/esp-nimble-cpp: ">=2.2.1"