BLE: Add "service change attribute", advertise service
This commit is contained in:
parent
62997dbfcb
commit
729f18ee40
3 changed files with 75 additions and 14 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue