re-shortened maintain

problem was new lines, not time.
This commit is contained in:
SRGDamia1
2017-10-30 14:14:09 -04:00
parent 1f5b7a0249
commit f899aeb126
5 changed files with 6 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ public:
void maintain() {
//while (stream.available()) {
waitResponse(50, NULL, NULL);
waitResponse(10, NULL, NULL);
//}
}