From cb54b365c39726c53cc77a14956917d2e945e51b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 16 Nov 2023 08:13:40 -0500 Subject: [PATCH] Update main.h --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 4735427c..7f4d04a0 100644 --- a/main.h +++ b/main.h @@ -174,5 +174,5 @@ int end_flag_detected = FALSE; int jpeg_start = 0; #define CAMERA_TIMEOUT 10000 // 20000 // Camera timeout in milli seconds -int battery_saver(); +int battery_saver(int setting);