From 75515ce24b69dc0260b2f15f812b1a0c54ed0487 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 16:38:25 -0500 Subject: [PATCH] Update main.c back to 56 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 89c20f1d..a04a96ae 100644 --- a/main.c +++ b/main.c @@ -2326,7 +2326,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation image_id++; printf("Opening file image_file.bin for image_id: %d\n", image_id); } - int pos = 57; // 56 + int pos = 56; // 56 source_bytes[pos++] = 0x55; source_bytes[pos++] = 0x68; int value;