From b0b44a42265f6ff19af535bffc1a53dbe0f2ac70 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 20 Jan 2025 11:00:52 -0500 Subject: [PATCH] Update main.c try frame MSB first --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c3592ad8..380a9945 100644 --- a/main.c +++ b/main.c @@ -2302,7 +2302,7 @@ void get_tlm_fc() { // printf("\nSYMPBLOCK = %d\n", SYMPBLOCK); memset(source_bytes, 0x00, sizeof(source_bytes)); - source_bytes[0] = 0b10000001; + source_bytes[0] = 0b10100000; source_bytes[10] = (uint8_t) rnd_float(0,255); /* printf("\nsource_bytes\n");