From 40aa67cd80dab53c1b5a77e5bcf9c5827928424b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Feb 2024 08:25:55 -0500 Subject: [PATCH] Update main.c fixed typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 7441d968..c51ac64f 100644 --- a/main.c +++ b/main.c @@ -1591,7 +1591,7 @@ void get_tlm_fox() { encodeA(b_max, 48 + head_offset, (int)(sensor_max[GPS1] * 10 + 0.5) + 2048); encodeB(b_max, 49 + head_offset, (int)(sensor_max[GPS2] * 10 + 0.5) + 2048); encodeB(b_max, 10 + head_offset, (int)(sensor_max[TEMP] * 10 + 0.5)); - encodeA(b_max, 45 + head_offset, (int)(sensor_max[] * 10 + 0.5)); + encodeA(b_max, 45 + head_offset, (int)(sensor_max[XS1] * 10 + 0.5)); } else {