Update main.h change payload timeout to 1.5 s

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 95607a19a2
commit fa628ee010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 1000 // 2000 // 10000 // 20000 // Payload timeout in milli seconds
#define CAMERA_TIMEOUT 1500 // 2000 // 10000 // 20000 // Payload timeout in milli seconds
void battery_saver(int setting);
int battery_saver_check();

Loading…
Cancel
Save

Powered by TurnKey Linux.