From 41dd2d24a64c8ab5d942702a06e6dca848bc4e73 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 7 Dec 2022 22:17:23 -0500 Subject: [PATCH] removed picosstv code --- cubesatsim/cubesatsim.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 77fc6865..acf5f0c8 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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