Update main.c reset firstTime

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

@ -1908,6 +1908,9 @@ void get_tlm_fox() {
fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n"); fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n");
} }
if (firstTime && (mode == PACSAT))
firstTime = 0;
return; return;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.