From 28a7318db879c5416d7c996234238159e58c2d69 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 3 Feb 2025 22:19:25 -0500 Subject: [PATCH] Update main.c add FC_PAYLOAD --- main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.c b/main.c index 79051464..8c499bd3 100644 --- a/main.c +++ b/main.c @@ -2333,9 +2333,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation 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 = FC_PAYLOAD + extended; / int value; if (image_file != NULL) { printf("Writing image data to payload\n");