upped communication timeout from 5 to 10 seconds
This commit is contained in:
parent
0a9c0bcf36
commit
cfa6e955f5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ default_settings = {
|
|||
"timeout": {
|
||||
"detection": 0.5,
|
||||
"connection": 2,
|
||||
"communication": 5,
|
||||
"communication": 10,
|
||||
"temperature": 5,
|
||||
"sdStatus": 1
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue