From 0ef6c60bcb4837c4c0b6f7885496e8d3fa48573d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 16:36:27 -0500 Subject: [PATCH] Update main.c try 57 --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 3a67f44a..89c20f1d 100644 --- a/main.c +++ b/main.c @@ -2326,9 +2326,9 @@ 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 = 56; // 56 -// source_bytes[pos++] = 0x55; -// source_bytes[pos++] = 0x68; + int pos = 57; // 56 + source_bytes[pos++] = 0x55; + source_bytes[pos++] = 0x68; int value; if (image_file != NULL) { printf("Writing image data to payload\n");