From 1f62f86cbbfcbc8584deec7a91e52acb076b9254 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 9 Aug 2022 11:25:19 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index a8540b61..21d2d9e7 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -181,7 +181,12 @@ void loop() { if (first_time_sstv) { strcpy(image_file, sstv1_filename); first_time_sstv = false; - } else { + } else { +// get jpeg from camera + + + + strcpy(image_file, sstv2_filename); } Serial.print("\nSending SSTV image ");