From 98f23505b5566d903f9967a990c9da79f845f052 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 Jan 2025 17:03:55 -0500 Subject: [PATCH] Update main.c back to Nayif --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 4eab3c2c..05888c7d 100644 --- a/main.c +++ b/main.c @@ -2305,8 +2305,8 @@ void get_tlm_fc() { memset(source_bytes, 0x00, sizeof(source_bytes)); // source_bytes[0] = 0b00000001 ; // Sat Id is FunCube-EM source_bytes[0] = 0b11000001 ; // Sat Id is extended -// source_bytes[1] = 0x08 ; // extended Nayify - source_bytes[1] = 0x00 ; // extended JY-1 + source_bytes[1] = 0x08 ; // extended Nayify - works +// source_bytes[1] = 0x00 ; // extended JY-1 - didn't work int extended = 1; // source_bytes[1] = 0b10000010 ;