From abc5b5498b2c3c2ec3ad1aa669e95305c7fa454c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 31 Aug 2024 10:11:41 -0400 Subject: [PATCH] Update main.c print c2cStatus --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index f3b92f7f..38f80b7b 100644 --- a/main.c +++ b/main.c @@ -1565,6 +1565,7 @@ void get_tlm_fox() { (i2c_bus0 == OFF) * 16 + (i2c_bus1 == OFF) * 32 + (i2c_bus3 == OFF) * 64 + (camera == OFF) * 128 + groundCommandCount * 256; encodeA(b, 51 + head_offset, status); + fprintf("c2cStatus: %d \n", c2cStatus); encodeB(b, 52 + head_offset, rxAntennaDeployed + txAntennaDeployed * 2 + c2cStatus * 4); if (txAntennaDeployed == 0) {