pull/200/head
alanbjohnston 3 years ago committed by GitHub
parent ec981d18bc
commit 2c8a8cd325
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++); // digitalWrite(STEM_LED_GREEN, !green_led_counter++);
timer_counter = (timer_counter++) % 6; timer_counter = (timer_counter++) % 6;
if (mode == BPSK) || ((mode == FSK) && !timer_counter) { // only do this if BPSK mode or every 6 times in FSK mode if ((mode == BPSK) || ((mode == FSK) && !timer_counter)) { // only do this if BPSK mode or every 6 times in FSK mode
// Serial.print("l1 "); // Serial.print("l1 ");
// Serial.print(wav_position); // Serial.print(wav_position);
// Serial.print(" "); // Serial.print(" ");

Loading…
Cancel
Save

Powered by TurnKey Linux.