removed picosstv code

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

@ -231,7 +231,8 @@ void loop() {
else if (mode == SSTV)
{
// first_time_sstv = false;
char image_file[128];
// char image_file[128];
#ifdef OLD
if (first_time_sstv) {
// if (false) { // turn this off for now
// strcpy(image_file, sstv1_filename);
@ -274,7 +275,7 @@ void loop() {
// show_dir();
picosstvpp();
#endif
if (debug_mode)
Serial.println("Start transmit!!!");
digitalWrite(PTT_PIN, LOW); // start transmit

Loading…
Cancel
Save

Powered by TurnKey Linux.