From 62fbf30df797265f7dd937ab49476ac7d652019d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 28 Feb 2026 21:02:15 -0500 Subject: [PATCH] Update main.c print simulated telemetry mode --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 6634b079..f390000a 100644 --- a/main.c +++ b/main.c @@ -698,6 +698,7 @@ int main(int argc, char * argv[]) { } if (sim_mode) { // simulated telemetry + printf("Simulated telemetry mode\n"); double time = ((long int)millis() - time_start) / 1000.0;