From 93c4c90c2319b9c99c15d9150cf8d30261ee277e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 6 Nov 2025 07:24:13 -0500 Subject: [PATCH] Update main.c change offset --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index af213d10..f5115e60 100644 --- a/main.c +++ b/main.c @@ -1601,7 +1601,7 @@ void get_tlm_fox() { encodeA(b, 51 + head_offset, status); encodeB(b, 52 + head_offset, rxAntennaDeployed + txAntennaDeployed * 2 + c2cStatus * 4); - encodeA(b, 54 + head_offset, groundCommandCount); + encodeA(b, 53 + head_offset, groundCommandCount); if (mode == BPSK) { encodeA(b_max, 51 + head_offset, status);