Update main.c typo missing t

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent b2f36403ab
commit 4284325516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1191,7 +1191,7 @@ void get_tlm_fox() {
if ((millis() - sampleTime) < ((unsigned int)frameTime - 750 - pi_zero_2_offset)) // was 250 100 500 for FSK
// sleep(2.0); // 0.5); // 25); // initial period
sleep(1.0); // 0.5); // 25); // initial period
while ((millis() - sampleTime) < ((unsigned int)frameTime - 750 - pi_zero_2_offse)) // was 250 100
while ((millis() - sampleTime) < ((unsigned int)frameTime - 750 - pi_zero_2_offset)) // was 250 100
sleep(0.1); // 25); // 0.5); // 25);
// sleep((unsigned int)sleepTime);
/**/

Loading…
Cancel
Save

Powered by TurnKey Linux.