add reliable BLE telemetry transport

This commit is contained in:
Jay
2026-08-18 06:24:10 -04:00
parent 00f52ecf0f
commit 7617010d8e
26 changed files with 1499 additions and 47 deletions
+1
View File
@@ -30,6 +30,7 @@ typedef struct {
typedef struct {
bool pending;
uint32_t begin_retry_count;
} trikke_transport_sender_t;
void trikke_transport_sender_init(trikke_transport_sender_t *sender);