parent
9af79c9fcb
commit
8026e1037c
|
|
@ -314,7 +314,6 @@ void Camera::CapturePhoto() {
|
|||
CameraCaptureFailedCounter++;
|
||||
log->AddEvent(LogLevel_Error, F("Camera capture failed! photo. Attempt: "), String(CameraCaptureFailedCounter));
|
||||
xSemaphoreGive(frameBufferSemaphore); // Release semaphore before returning
|
||||
CameraCaptureFailedCounter++;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue