From 95607a19a2d4f5bb1fb7b1a9145ecf0850edf720 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 5 Jul 2024 10:02:41 -0400 Subject: [PATCH] Update main.h reduce camera timeout to 1s --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 92c2e3f4..20d9b090 100644 --- a/main.h +++ b/main.h @@ -184,7 +184,7 @@ int start_flag_detected = FALSE; int start_flag_complete = FALSE; int end_flag_detected = FALSE; int jpeg_start = 0; -#define CAMERA_TIMEOUT 2000 // 10000 // 20000 // Payload timeout in milli seconds +#define CAMERA_TIMEOUT 1000 // 2000 // 10000 // 20000 // Payload timeout in milli seconds void battery_saver(int setting); int battery_saver_check();