From 814dba23ec40adb80a4bb5617b25c5c600738e07 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 9 Aug 2022 04:01:39 -0400 Subject: [PATCH] changed to sstv2 --- cubesatsim/cubesatsim.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 06f79f1e..2cfafae1 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -178,7 +178,8 @@ void loop() { else if (mode == SSTV) { char image_file[128]; - strcpy(image_file, sstv1_filename); +// strcpy(image_file, sstv1_filename); + strcpy(image_file, sstv2_filename); Serial.print("\nSending SSTV image "); print_string(image_file); // send_sstv("/cam.raw");