displaying no transmit each time

pull/39/head
alanbjohnston 6 years ago committed by GitHub
parent e294211eee
commit 6d304885fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1320,6 +1320,11 @@ if (firstTime != ON)
//rpitxStatus = -1;
}
}
if (!transmit)
{
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");
}
// digitalWrite (0, HIGH);
firstTime = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.