This commit is contained in:
2025-02-27 21:51:48 +01:00
parent 4dee2856b3
commit 502b103771
2 changed files with 9 additions and 11 deletions

View File

@@ -151,7 +151,7 @@ uint16_t* take_picture() {
return nullptr;
}
int lepton_restart() {
void lepton_restart() {
while (1) {
delay(LEP_RESET_FAIL_RETRY_SECS*1000);