Skip to content
Snippets Groups Projects
Commit 237770b6 authored by Robin Mueller's avatar Robin Mueller
Browse files

serial timeout higher to fix mission build issue

parent cfb49d96
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ displayMode = "long" ...@@ -47,7 +47,7 @@ displayMode = "long"
comIF = 0 comIF = 0
# COM Port for serial communication # COM Port for serial communication
comPort = 'COM0' comPort = 'COM0'
serialTimeout = 0.003 serialTimeout = 0.01
# Time related # Time related
tmTimeout = 10 tmTimeout = 10
tcSendTimeoutFactor = 2.0 tcSendTimeoutFactor = 2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment