From 0202fe6cb415bf3e6e5a876a5d26dbba2cb17bd7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 12:42:46 -0500 Subject: [PATCH] Update main.c print frame --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index b36bd1a4..85c0f531 100644 --- a/main.c +++ b/main.c @@ -2314,6 +2314,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation source_bytes[0] = 0b00000001 ; // Sat Id is FunCube-EM loop_count++; uint8_t frame = loop_count % 5; + print ("frame: %x\n", frame); if (loop_count > 10) source_bytes[0] = source_bytes[0] | frame; #endif