add play_pwm_file

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

@ -246,6 +246,8 @@ void loop() {
digitalWrite(PTT_PIN, HIGH); // shouldn't need this but
// rotate_image(output_file2, output_file, telem_display);
// show_dir();
picosstvpp();
if (debug_mode)
Serial.println("Start transmit!!!");
@ -255,7 +257,8 @@ void loop() {
digitalWrite(MAIN_LED_BLUE, HIGH);
// scottie1_transmit_file(output_file, debug_mode);
picosstvpp();
play_pwm_file();
if (debug_mode)
Serial.println("Stop transmit!");

Loading…
Cancel
Save

Powered by TurnKey Linux.