Update main.c comment out first time

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

@ -1908,12 +1908,12 @@ void get_tlm_fox() {
fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n");
}
if (firstTime && (mode == PACSAT))
{
firstTime = OFF;
fprintf(stderr, "No longer first time\n");
fflush(stdout);
}
// if (firstTime && (mode == PACSAT))
// {
// firstTime = OFF;
// fprintf(stderr, "No longer first time\n");
// fflush(stdout);
// }
return;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.