From 792304ce7e4aaf4ad57ff72b373a55fc9e264f83 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 3 Feb 2025 12:01:01 -0500 Subject: [PATCH] Update main.c missing ; --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3a9677ea..524abd32 100644 --- a/main.c +++ b/main.c @@ -2317,7 +2317,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation // source_bytes[0] = 0b11000001 ; // Sat Id is extended, Frame 2 (RT2 + WO2) source_bytes[0] = 0xE0 | 0x20 | 0x00; // 1; // Sat Id is extended, Frame 34 (RT2 + IMG2) - source_bytes[0] = source_bytes[0] | ( 0x01 & (uint8_t)(sequence % 2)) // alternate last bit for RT1, RT2. + source_bytes[0] = source_bytes[0] | ( 0x01 & (uint8_t)(sequence % 2)); // alternate last bit for RT1, RT2. // source_bytes[1] = 0x08 ; // extended Nayify - works per code source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation