transmit_off disable clock outputs

pull/207/head
alanbjohnston 3 years ago committed by GitHub
parent 2aa1175a18
commit b85e408a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -508,7 +508,7 @@ void transmit_off() {
digitalWrite(BPSK_CONTROL_B, LOW);
// pwm_set_gpio_level(BPSK_PWM_A_PIN, 0);
// pwm_set_gpio_level(BPSK_PWM_B_PIN, 0);
clockgen.enableOutputs(true);
clockgen.enableOutputs(false);
}
else if (mode == SSTV)
sstv_end();
@ -4313,6 +4313,8 @@ void start_clockgen() {
return;
}
Serial.println("Starting clockgen");
clockgen.setClockBuilderData();
clockgen.enableOutputs(false);

Loading…
Cancel
Save

Powered by TurnKey Linux.