From 237770b68467f884dbee742bbc25ff042d42126e Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Mon, 9 Mar 2020 23:27:50 +0100
Subject: [PATCH] serial timeout higher to fix mission build issue

---
 config/OBSW_Config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/OBSW_Config.py b/config/OBSW_Config.py
index 9803577..8de036d 100644
--- a/config/OBSW_Config.py
+++ b/config/OBSW_Config.py
@@ -47,7 +47,7 @@ displayMode = "long"
 comIF = 0
 # COM Port for serial communication
 comPort = 'COM0'
-serialTimeout = 0.003
+serialTimeout = 0.01
 # Time related
 tmTimeout = 10
 tcSendTimeoutFactor = 2.0
-- 
GitLab