From 4ec66383bfa0b5ed3cb72ec79b8c4fdbbae1e02d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 07:47:59 -0500 Subject: [PATCH] 60 second 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 b4ee836a..dfcdd695 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 240000 // Camera timeout in milli seconds +#define SERIAL2_TIMEOUT 600000 // Camera timeout in milli seconds //#define GET_DEBUG