reset values at the start

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent 8e30de7a53
commit 15563b885e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,6 +143,13 @@ void loop() {
void get_camera_image() {
index1 = 0;
flag_count = 0;
start_flag_detected = false;
start_flag_complete = false;
end_flag_detected = false;
jpeg_start = 0;
#ifdef GET_IMAGE_DEBUG
Serial.println("Starting get_image_file");
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.