no button_isr

pico-sstv-pp-working
alanbjohnston 3 years ago committed by GitHub
parent 073490ef59
commit b28563f6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,7 +166,7 @@ void setup() {
config_telem();
start_button_isr(); // try before start_isr
// start_button_isr(); // try before start_isr
start_isr();
@ -667,7 +667,7 @@ void config_telem() {
frameTime = 5000;
bufLen = 1000;
} else if (mode == SSTV) {
ITimer1.stopTimer(); // turn off pushbutton timer
// ITimer1.stopTimer(); // turn off pushbutton timer
Serial.println("\nConfiguring for SSTV");
// set_sstv_pin(AUDIO_OUT_PIN);
samplePeriod = 5000;

Loading…
Cancel
Save

Powered by TurnKey Linux.