Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

BLE: Add "service change attribute", advertise service

This commit is contained in:
Jannik Beyerstedt 2026-08-18 17:11:31 +02:00
commit 729f18ee40
3 changed files with 75 additions and 14 deletions

View file

@ -57,7 +57,7 @@ screen = ["dep:mipidsi", "dep:embedded-graphics", "dep:embedded-hal-bus", "dep:p
# enable I/O via UART
uart = ["_uart", "_gnss"]
# enable I/O via BLE
ble = ["_gnss", "denm"]
ble = ["_gnss"]
# internal feature, that any UART I/O is enabled
_uart = []