move set_sstv_pin

pico-sstv-new
alanbjohnston 3 years ago committed by GitHub
parent f27fac3e6d
commit 8040c9f058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,6 +145,7 @@ void setup() {
*/
start_button_isr();
set_sstv_pin(AUDIO_OUT_PIN);
setup_sstv();
camera_detected = start_camera();
@ -675,7 +676,6 @@ void config_telem() {
bufLen = 1000;
} else if (mode == SSTV) {
Serial.println("\nConfiguring for SSTV");
set_sstv_pin(AUDIO_OUT_PIN);
samplePeriod = 5000;
frameTime = 5000;
bufLen = 1000;

Loading…
Cancel
Save

Powered by TurnKey Linux.