From e65434c4c29caf654d95ebc7e0716622dc035ed5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 Jan 2025 15:08:42 -0500 Subject: [PATCH] Update main.c JY1 and Nayif dashboard gets some frames --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 0d9fd5a9..5a024d44 100644 --- a/main.c +++ b/main.c @@ -2303,7 +2303,8 @@ void get_tlm_fc() { // printf("\nSYMPBLOCK = %d\n", SYMPBLOCK); memset(source_bytes, 0x00, sizeof(source_bytes)); - source_bytes[0] = 0b00000001 ; // 10100000 10000001 01000001 10000001 10000001 +// source_bytes[0] = 0b00000001 ; // 10100000 10000001 01000001 10000001 10000001 + source_bytes[0] = 0b11000001 ; // 10100000 10000001 01000001 10000001 10000001 // source_bytes[1] = 0b10000010 ; // printf("Volt: %f Int: %d \n", voltage[map[BAT]], (unsigned int)(voltage[map[BAT]] * 1000));