changed sstv_end for sstv_stop

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

@ -279,7 +279,8 @@ void transmit_off() {
ITimer0.stopTimer(); // stop BPSK ISR timer
pwm_set_gpio_level(BPSK_PWM_A_PIN, 0);
pwm_set_gpio_level(BPSK_PWM_B_PIN, 0);
sstv_end();
sstv_stop = true;
// sstv_end();
}
void config_telem() {

Loading…
Cancel
Save

Powered by TurnKey Linux.