back to sleep(2.5)

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 55fbb3c52b
commit 71234ff24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1058,8 +1058,8 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime);
*/
// sleep(2.5); // No sleep at all!
delay(3);
sleep(2.5); // No sleep at all!
digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.