pull/200/head
alanbjohnston 3 years ago committed by GitHub
parent 0afa248b49
commit 528c2f581a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3427,7 +3427,7 @@ bool TimerHandler0(struct repeating_timer *t) {
// digitalWrite(STEM_LED_GREEN, !green_led_counter++);
timer_counter = (timer_counter++) % 5;
if ((mode == BPSK) || ((mode == FSK) && (timer_counter == 0)) { // only do this if BPSK mode or every 6 times in FSK mode
if ((mode == BPSK) || ((mode == FSK) && (timer_counter == 0))) { // only do this if BPSK mode or every 6 times in FSK mode
// Serial.print("l1 ");
// Serial.print(wav_position);
// Serial.print(" ");

Loading…
Cancel
Save

Powered by TurnKey Linux.