From 7399ef69a2c51717c58ccd952107481ab018b335 Mon Sep 17 00:00:00 2001 From: SRGDamia1 Date: Thu, 9 Nov 2017 15:12:58 -0500 Subject: [PATCH] Increased maintain time again --- src/TinyGsmClientA6.h | 2 +- src/TinyGsmClientESP8266.h | 2 +- src/TinyGsmClientM590.h | 2 +- src/TinyGsmClientSIM800.h | 2 +- src/TinyGsmClientU201.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TinyGsmClientA6.h b/src/TinyGsmClientA6.h index e4db461..ff829ce 100644 --- a/src/TinyGsmClientA6.h +++ b/src/TinyGsmClientA6.h @@ -218,7 +218,7 @@ public: void maintain() { //while (stream.available()) { - waitResponse(10, NULL, NULL); + waitResponse(50, NULL, NULL); //} } diff --git a/src/TinyGsmClientESP8266.h b/src/TinyGsmClientESP8266.h index dc17a97..a689b22 100644 --- a/src/TinyGsmClientESP8266.h +++ b/src/TinyGsmClientESP8266.h @@ -210,7 +210,7 @@ public: } void maintain() { - waitResponse(10, NULL, NULL); + waitResponse(50, NULL, NULL); } bool factoryDefault() { diff --git a/src/TinyGsmClientM590.h b/src/TinyGsmClientM590.h index 08c9e80..9ccd90e 100644 --- a/src/TinyGsmClientM590.h +++ b/src/TinyGsmClientM590.h @@ -214,7 +214,7 @@ public: void maintain() { //while (stream.available()) { - waitResponse(10, NULL, NULL); + waitResponse(50, NULL, NULL); //} } diff --git a/src/TinyGsmClientSIM800.h b/src/TinyGsmClientSIM800.h index 8124cda..c246b00 100644 --- a/src/TinyGsmClientSIM800.h +++ b/src/TinyGsmClientSIM800.h @@ -253,7 +253,7 @@ public: } } while (stream.available()) { - waitResponse(10, NULL, NULL); + waitResponse(50, NULL, NULL); } } diff --git a/src/TinyGsmClientU201.h b/src/TinyGsmClientU201.h index ddd2f99..e0fcd5a 100644 --- a/src/TinyGsmClientU201.h +++ b/src/TinyGsmClientU201.h @@ -247,7 +247,7 @@ public: } } while (stream.available()) { - waitResponse(10, NULL, NULL); + waitResponse(50, NULL, NULL); } }