From f38ef3aa80b88fc61e11cc315086eee3c1c55afe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 12 Jun 2025 13:43:12 -0400 Subject: [PATCH] Update main.c back to original Sat Id --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.c b/main.c index d4c1032c..ea568b7b 100644 --- a/main.c +++ b/main.c @@ -2343,8 +2343,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] = 0x13 ; // JY-1 EM + source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation int extended = 1; #endif