worked - try off and on for pwm_play

pico-sstv-pp-2-prompt-working
alanbjohnston 3 years ago committed by GitHub
parent 1635860baa
commit e1a4ff1a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,9 +259,10 @@ void loop() {
digitalWrite(MAIN_LED_BLUE, HIGH);
// scottie1_transmit_file(output_file, debug_mode);
ITimer1.stopTimer(); // turn off pushbutton timer
play_pwm_file(26);
ITimer1.startTimer(); // turn back on pushbutton timer
if (debug_mode)
Serial.println("Stop transmit!");
digitalWrite(PTT_PIN, HIGH); // stop transmit
@ -667,7 +668,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.