Browse Source

Increased maintain time again

v_master
SRGDamia1 7 years ago
parent
commit
7399ef69a2
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/TinyGsmClientA6.h
  2. +1
    -1
      src/TinyGsmClientESP8266.h
  3. +1
    -1
      src/TinyGsmClientM590.h
  4. +1
    -1
      src/TinyGsmClientSIM800.h
  5. +1
    -1
      src/TinyGsmClientU201.h

+ 1
- 1
src/TinyGsmClientA6.h View File

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


+ 1
- 1
src/TinyGsmClientESP8266.h View File

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


+ 1
- 1
src/TinyGsmClientM590.h View File

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


+ 1
- 1
src/TinyGsmClientSIM800.h View File

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


+ 1
- 1
src/TinyGsmClientU201.h View File

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


Loading…
Cancel
Save