Update main.c try turning firstTime off a different place

pacsat-v2.2-tlm2
Alan Johnston 4 weeks ago committed by GitHub
parent 8d9fb6b481
commit 2c7bfa025a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1231,7 +1231,10 @@ void get_tlm_fox() {
sampleTime = (unsigned int) millis();
} else
{
printf("first time - no sleep\n");
firstTime = OFF;
}
printf("++++ Loop time: %5.3f sec +++++\n", (millis() - loopTime)/1000.0);
fflush(stdout);

Loading…
Cancel
Save

Powered by TurnKey Linux.