pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent e4e148ca06
commit 18a2c69b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1085,7 +1085,7 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod) while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime); sleep((unsigned int)sleepTime);
*/ */
sleep(3.5); // No sleep at all! sleep(2.8); // No sleep at all!
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);

Loading…
Cancel
Save

Powered by TurnKey Linux.