From 3ae7a2269125def18a5f3b21b7e4234e45be3f3c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 27 Dec 2020 11:21:02 -0500 Subject: [PATCH] reduce to 3.0 --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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