From 3980c3275f44b6950d43043583769c631538261e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 14 Oct 2022 23:16:49 -0400 Subject: [PATCH] allow first time SSTV to send static image --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index f7eb55a0..bc6d086f 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -209,7 +209,7 @@ void loop() { } else if (mode == SSTV) { - first_time_sstv = false; +// first_time_sstv = false; char image_file[128]; if (first_time_sstv) { // if (false) { // turn this off for now