From c8da1ac6a2f8df8ba46adb2a17ba8858f9bcce34 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 6 Nov 2025 07:16:24 -0500 Subject: [PATCH] Update main.c add 2nd groundCommandCount --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index fdfa7384..af213d10 100644 --- a/main.c +++ b/main.c @@ -1601,6 +1601,8 @@ 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); + if (mode == BPSK) { encodeA(b_max, 51 + head_offset, status); encodeA(b_min, 51 + head_offset, status);