allow first time SSTV to send static image

pico-delete
alanbjohnston 3 years ago committed by GitHub
parent 75b2016c22
commit 3980c3275f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.