Update main.h payload timeout set to 2 seconds

beta-test
Alan Johnston 2 years ago committed by GitHub
parent aa9050d22d
commit f6a7764df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -176,7 +176,7 @@ int start_flag_detected = FALSE;
int start_flag_complete = FALSE;
int end_flag_detected = FALSE;
int jpeg_start = 0;
#define CAMERA_TIMEOUT 10000 // 20000 // Camera timeout in milli seconds
#define CAMERA_TIMEOUT 2000 // 10000 // 20000 // Payload timeout in milli seconds
void battery_saver(int setting);
int battery_saver_check();

Loading…
Cancel
Save

Powered by TurnKey Linux.