From baca7e4f8cc35a2d3c807fdfbfaa54b97caa8466 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 07:53:30 -0500 Subject: [PATCH] 120 sec timeout --- cubesatsim/play_pwm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index dfcdd695..9307b89d 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -346,7 +346,7 @@ int start_flag_complete = false; int end_flag_detected = false; int jpeg_start = 0; //FastCRC8 CRC8; -#define SERIAL2_TIMEOUT 600000 // Camera timeout in milli seconds +#define SERIAL2_TIMEOUT 12000000 // Camera timeout in milli seconds //#define GET_DEBUG