try sstv from ESP32-CAM

pico-v0.37
alanbjohnston 3 years ago committed by GitHub
parent 55063c169c
commit 7d1a38a6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save

Powered by TurnKey Linux.