added send_sstv

pull/218/head
alanbjohnston 3 years ago committed by GitHub
parent e44c1e35dc
commit aee554a33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,9 @@ void loop() {
}
else if (mode == SSTV)
{
Serial.println("\nSending SSTV image!");
Serial.println("\nSending SSTV image!");
send_sstv();
Serial.println("\nImage sent!");
}
else
Serial.println("Unknown mode!");

Loading…
Cancel
Save

Powered by TurnKey Linux.