turn on transmit

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent bba9554982
commit c97783a1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -279,9 +279,6 @@ void loop() {
picosstvpp();
#endif
// if (debug_mode)
Serial.println("Start transmit!!!");
/// digitalWrite(PTT_PIN, LOW); // start transmit
transmit_led(HIGH);
// scottie1_transmit_file(output_file, debug_mode);
@ -291,6 +288,9 @@ void loop() {
get_pwm_file();
show_dir();
Serial.println("Start transmit!!!");
digitalWrite(PTT_PIN, LOW); // start transmit
transmit_led(HIGH);
// play_pwm_file(26);
play_pwm_from_file(26);

Loading…
Cancel
Save

Powered by TurnKey Linux.