From 7d1a38a6b32486e7f1073d4b81c869316ce1caec Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 7 Feb 2023 09:03:06 -0500 Subject: [PATCH] try sstv from ESP32-CAM --- cubesatsim/cubesatsim.ino | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 95c1e086..9ddc9068 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -243,6 +243,11 @@ void loop() { } else if (mode == SSTV) { + Serial.println("Sending SSTV using ESP32-CAM"); + digitalWrite(PTT_PIN, LOW); // start transmit + transmit_led(HIGH); + while(true) {} + // first_time_sstv = false; char image_file[128]; if (first_time_sstv) {