From 2b418da08a23e237d5bdb79d3a3d09f49e277e22 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 10 Sep 2025 09:54:41 -0400 Subject: [PATCH] Update main.c show sim telem in sstv --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 9e9541ce..135829bc 100644 --- a/main.c +++ b/main.c @@ -1003,7 +1003,8 @@ int main(int argc, char * argv[]) { FILE * fp = fopen("/home/pi/CubeSatSim/telem_string.txt", "w"); if (fp != NULL) { // printf("Writing telem_string.txt\n"); - if (batteryVoltage != 4.5) { +// if (batteryVoltage != 4.5) { + if (true) { /* if (c2cStatus == DISABLED) fprintf(fp, "BAT %4.2fV %4.0fmA\n", batteryVoltage, batteryCurrent);