reduced sleep from 3.5 to 3.2 to avoid buffer overflow

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 3d817f4382
commit fffdff6b10
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) while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime); sleep((unsigned int)sleepTime);
*/ */
sleep(3.5); sleep(3.2);
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.