From a3537e167bbb10d27244ddc0dc4f11592304008e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 10 Sep 2025 09:59:07 -0400 Subject: [PATCH] Update main.c fix typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 135829bc..71624557 100644 --- a/main.c +++ b/main.c @@ -1004,7 +1004,7 @@ int main(int argc, char * argv[]) { if (fp != NULL) { // printf("Writing telem_string.txt\n"); // if (batteryVoltage != 4.5) { - if (true) { + if (1) { /* if (c2cStatus == DISABLED) fprintf(fp, "BAT %4.2fV %4.0fmA\n", batteryVoltage, batteryCurrent);