fixed typo

pull/32/head v1.0.3-rc1
Miroslav Pivovarsky 2024-05-27 19:20:46 +02:00
parent 9af79c9fcb
commit 8026e1037c
1 changed files with 0 additions and 1 deletions

View File

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