back to sleep 2 for APRS

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent 9581b2eddb
commit 6acdf249ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1009,7 +1009,7 @@ void get_tlm(void) {
if (transmit) { if (transmit) {
FILE * file2 = popen(str, "r"); FILE * file2 = popen(str, "r");
pclose(file2); pclose(file2);
sleep(4); sleep(2);
} else { } else {
fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n"); fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n");
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");

Loading…
Cancel
Save

Powered by TurnKey Linux.