added camera complete

pico-mitt
alanbjohnston 3 years ago committed by GitHub
parent dc31389b93
commit 98946d8e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -285,6 +285,8 @@ bool get_camera_image(bool debug_camera) {
}
// Serial.println("writing to Serial2");
}
if (debug_camera)
Serial.print("\nCamera complete");
digitalWrite(ESP32_CAM_ENABLE_PIN, LOW);
return(finished);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.