add reliable BLE telemetry transport
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
choice TRIKKE_TRANSPORT
|
||||
prompt "Telemetry transport"
|
||||
default TRIKKE_TRANSPORT_BLE
|
||||
|
||||
config TRIKKE_TRANSPORT_BLE
|
||||
bool "Reliable BLE"
|
||||
help
|
||||
Stream TRK1 frames over the Trikke GATT service and retain each
|
||||
frame until the receiver writes its application acknowledgement.
|
||||
|
||||
config TRIKKE_TRANSPORT_USB
|
||||
bool "Direct USB Serial/JTAG"
|
||||
help
|
||||
Preserve the audited direct USB transport for wired validation.
|
||||
endchoice
|
||||
Reference in New Issue
Block a user