From 41cfd26c5d0d67610d10bef508ffb1ff0a1e5883 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 2 Feb 2025 16:59:05 -0500 Subject: [PATCH] Update main.c remove duplicate 55 and 68 --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 673866bd..f1b089cd 100644 --- a/main.c +++ b/main.c @@ -2329,8 +2329,8 @@ void get_tlm_fc() { // FunCube Mode telemetry generation } } int pos = 56; // 56 - source_bytes[pos++] = 0x55; - source_bytes[pos++] = 0x68; +// source_bytes[pos++] = 0x55; +// source_bytes[pos++] = 0x68; int value; if (image_file != NULL) { printf("Writing image data to payload\n");