add reliable BLE telemetry transport
This commit is contained in:
@@ -10,3 +10,13 @@ CONFIG_FREERTOS_HZ=1000
|
||||
|
||||
# The XIAO ESP32-C3 carries 4 MB of flash.
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
|
||||
# BLE is the prototype's normal telemetry path. The project Kconfig can switch
|
||||
# a validation build back to the preserved direct USB transport.
|
||||
CONFIG_TRIKKE_TRANSPORT_BLE=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
CONFIG_BT_NIMBLE_ENABLED=y
|
||||
CONFIG_BT_NIMBLE_ROLE_CENTRAL=n
|
||||
CONFIG_BT_NIMBLE_ROLE_OBSERVER=n
|
||||
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
|
||||
CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=256
|
||||
|
||||
Reference in New Issue
Block a user