only back in

pull/251/head
alanbjohnston 3 years ago committed by GitHub
parent c645d4c287
commit e2fe29713c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3608,14 +3608,14 @@ bool TimerHandler0(struct repeating_timer *t) {
// delayMicroseconds(10);
digitalWrite(BPSK_CONTROL_A, HIGH);
// Serial.print("-");
// if (mode == FSK) clockgen.enableOutputOnly(1);
if (mode == FSK) clockgen.enableOutputOnly(1);
} else {
// digitalWrite(BPSK_CONTROL_A, LOW);
digitalWrite(BPSK_CONTROL_A, LOW);
// delayMicroseconds(10);
digitalWrite(BPSK_CONTROL_B, HIGH);
// Serial.print("_");
// if (mode == FSK) clockgen.enableOutputOnly(0);
if (mode == FSK) clockgen.enableOutputOnly(0);
}
if (wav_position > bufLen) { // 300) {
wav_position = wav_position % bufLen;

Loading…
Cancel
Save

Powered by TurnKey Linux.