Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 20, 2021
1 parent e2f2d49 commit d5d9303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ void get_tlm_fox() {
// while ((millis() - sampleTime) < (unsigned int)samplePeriod)
int startSleep = millis();
if ((millis() - sampleTime) < ((unsigned int)frameTime - 100)) // was 500 for FSK
sleep(3.5); // 0.5); // 25); // initial period
sleep(2.5); // 0.5); // 25); // initial period
while ((millis() - sampleTime) < ((unsigned int)frameTime - 100)) // was 100
sleep(0.25); // 25); // 0.5); // 25);
// sleep((unsigned int)sleepTime);
Expand Down

0 comments on commit d5d9303

Please sign in to comment.