From 92d9961d2637838a2708faba853ce4ef2bd4dd67 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 25 Oct 2025 14:41:09 -0400 Subject: [PATCH] Update main.c change to if true --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index d913291e..0dc4c6b9 100644 --- a/main.c +++ b/main.c @@ -2273,8 +2273,8 @@ float toAprsFormat(float input) { int get_payload_serial(int debug_camera) { #ifdef OLD_STEM_PAYLOAD - - if (payload == ON) { // -55 +// if (payload == ON) { // -55 + if (TRUE) { // -55 STEMBoardFailure = 0;