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");