set default communication timeout to 30sec.
This commit is contained in:
parent
36c55e056c
commit
57f06315aa
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ default_settings = {
|
|||
"timeout": {
|
||||
"detection": 0.5,
|
||||
"connection": 2,
|
||||
"communication": 10,
|
||||
"communication": 30,
|
||||
"temperature": 5,
|
||||
"sdStatus": 1,
|
||||
"position": 0.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue