upped communication timeout from 5 to 10 seconds

This commit is contained in:
Philipp Engel 2014-11-24 22:07:33 +01:00
parent 0a9c0bcf36
commit cfa6e955f5

View file

@ -31,7 +31,7 @@ default_settings = {
"timeout": {
"detection": 0.5,
"connection": 2,
"communication": 5,
"communication": 10,
"temperature": 5,
"sdStatus": 1
},