added cam.raw to send_sstv

pull/175/head
alanbjohnston 4 years ago committed by GitHub
parent 63e542436a
commit bbc79510fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.