From 37ba74ec1324a811e7d4dbd703011f1937e352e5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 10 Sep 2025 10:27:10 -0400 Subject: [PATCH] Update main.c add sim printf --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index ae675938..c23f1af5 100644 --- a/main.c +++ b/main.c @@ -1019,6 +1019,7 @@ int main(int argc, char * argv[]) { fprintf(fp,"\n"); } else { + printf("Write simulted voltage and current to telem_string.txt\n"); // fprintf(fp, "\n"); // don't show voltage and current if it isn't a sensor value fprintf(fp, "BAT %.2fV %.0fmA", voltage[map[BAT]], current[map[BAT]]; // display simulated voltage and current if (c2cStatus != DISABLED)