From 305129c995effbbfd4dc507c668ff2e03bdcf6ae Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 3 Feb 2025 11:59:03 -0500 Subject: [PATCH] Update main.c alternate last bit of frame id --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index ffc5f713..c8dd4945 100644 --- a/main.c +++ b/main.c @@ -2317,6 +2317,8 @@ 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 & (uint_8)(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 int extended = 1;