fixed return

pico-esp32-sstv-2
alanbjohnston 3 years ago committed by GitHub
parent 1e17172ea3
commit abc25d5b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,7 +225,8 @@ int led_pin = LED_BUILTIN;
i.close();
Serial.printf("\nResult: %d count: %d", finished, index1);
return(finished);
// return(finished);
return;
}
/*
bool finished = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.