16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
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
|