reduce to 3.0

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

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.