From 249444a19ebb949d52c2999c5c44a4be6573d2d9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 13:31:00 -0500 Subject: [PATCH] Update main.c add Frame IMG2 --- main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index a66e0682..bb998bab 100644 --- a/main.c +++ b/main.c @@ -2314,8 +2314,10 @@ void get_tlm_fc() { // FunCube Mode telemetry generation source_bytes[0] = 0b00000001 ; // Sat Id is FunCube-EM #endif #ifdef JY_1 - source_bytes[0] = 0b11000001 ; // Sat Id is extended -// source_bytes[1] = 0x08 ; // extended Nayify - works per code +// source_bytes[0] = 0b11000001 ; // Sat Id is extended, Frame 2 (RT2 + WO2) + source_bytes[0] = 0xE0 | 0x20 | 0x01; // Sat Id is extended, Frame 34 (RT2 + IMG2) + + // source_bytes[1] = 0x08 ; // extended Nayify - works per code source_bytes[1] = 0x10 ; // extended JY-1 - works, no documentation int extended = 1; #endif