Update main.c print simulated telemetry mode

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 18ebea9d55
commit 62fbf30df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;

Loading…
Cancel
Save

Powered by TurnKey Linux.