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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.