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,9 +57,7 @@ Enable UART I/O protocol according to [docs/uart-protocol.md](./docs/uart-protoc
### BLE
Enable BLE I/O protocol according to [docs/ble-protocol.md](./docs/ble-protocol.md).
Will enable `denm` feature, but also enabling `cam` is recommended for full functionality.
Note: Raw message reception is currently not implemented!
Enabling `denm` feature or `cam` feature is recommended, otherwise no data will be received.
## Usage