From abf01e6b56d62c8341720976d94dab443ec54c04 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Jun 2025 09:33:25 -0400 Subject: [PATCH] Update main.c updated FunCube Sat Id to 0xfb --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9b20069f..8daa7775 100644 --- a/main.c +++ b/main.c @@ -2348,7 +2348,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation 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 + source_bytes[1] = 0xfb ; // funcube sim sat id per AMSAT-UK allocation int extended = 1; #endif #if defined(FC_SIM) || defined(JY_1)