added sstv_end call

pull/218/head
alanbjohnston 4 years ago committed by GitHub
parent 35b246c50d
commit 7c2b4b2db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -278,7 +278,7 @@ void transmit_off() {
digitalWrite(MAIN_LED_BLUE, LOW);
pwm_set_gpio_level(BPSK_PWM_A_PIN, 0);
pwm_set_gpio_level(BPSK_PWM_B_PIN, 0);
sstv_stop = true;
sstv_end();
}
void config_telem() {

Loading…
Cancel
Save

Powered by TurnKey Linux.