removed Tx LED for FSK/BPSK back to sleep(2.3)

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 127e397a95
commit 044ba8e7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1167,17 +1167,18 @@ void get_tlm_fox() {
// for (int frames = 0; frames < FRAME_CNT; frames++)
for (int frames = 0; frames < frameCnt; frames++) {
/*
sleep(1.8);
digitalWrite(txLed, txLedOff);
// digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING
printf("Tx LED Off\n");
// printf("Tx LED Off\n");
#endif
sleep(0.5);
digitalWrite(txLed, txLedOn);
// digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING
printf("Tx LED On 7\n");
// printf("Tx LED On 7\n");
#endif
*/
if (firstTime != ON) {
// delay for sample period
@ -1186,7 +1187,7 @@ void get_tlm_fox() {
sleep((unsigned int)sleepTime);
*/
// if (mode == FSK)
// sleep(2.3); // No sleep at all!
sleep(2.3); // No sleep at all!
// else
// sleep(1.3);

Loading…
Cancel
Save

Powered by TurnKey Linux.