Increased maintain time again

This commit is contained in:
SRGDamia1
2017-11-09 15:12:58 -05:00
parent 29dd7fd472
commit 7399ef69a2
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -210,7 +210,7 @@ public:
}
void maintain() {
waitResponse(10, NULL, NULL);
waitResponse(50, NULL, NULL);
}
bool factoryDefault() {

View File

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

View File

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

View File

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