moved first_time_sstv from transmit_on to config_radio

pico-v0.13 v0.13
alanbjohnston 3 years ago committed by GitHub
parent da5fa455f7
commit 0fe381cefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -315,7 +315,7 @@ void transmit_off() {
pwm_set_gpio_level(BPSK_PWM_B_PIN, 0);
}
if (mode == SSTV) {
first_time_sstv = true;
// first_time_sstv = true;
sstv_end();
}
}
@ -1923,6 +1923,8 @@ void config_radio()
mySerial.println("AT+DMOSETGROUP=0,432.2510,432.2510,0,8,0,0\r");
// sleep(0.5);
// mySerial.println("AT+DMOSETMIC=6,0\r");
if (mode == SSTV)
first_time_sstv = true;
}
// } else if (mode == FSK) { // moved to below

Loading…
Cancel
Save

Powered by TurnKey Linux.