diff --git a/afsk/main.c b/afsk/main.c index 8b5d0ef1..1665c890 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1057,7 +1057,7 @@ void get_tlm_fox() { while ((millis() - sampleTime) < (unsigned int)samplePeriod) sleep((unsigned int)sleepTime); */ - sleep(3.2); + sleep(3.0); digitalWrite(txLed, txLedOff); #ifdef DEBUG_LOGGING