Browse Source

Removed completed TODO

v_master
SRGDamia1 8 years ago
parent
commit
206044a1ba
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      TinyGsmClientA6.h
  2. +1
    -1
      TinyGsmClientM590.h
  3. +1
    -1
      TinyGsmClientSIM800.h

+ 1
- 1
TinyGsmClientA6.h View File

@ -573,7 +573,7 @@ private:
return return_string;
}
bool streamSkipUntil(char c) { //TODO: timeout
bool streamSkipUntil(char c) {
String skipped = stream.readStringUntil(c);
skipped.trim();
if (skipped.length()) {


+ 1
- 1
TinyGsmClientM590.h View File

@ -594,7 +594,7 @@ private:
return return_string;
}
bool streamSkipUntil(char c) { //TODO: timeout
bool streamSkipUntil(char c) {
String skipped = stream.readStringUntil(c);
skipped.trim();
if (skipped.length()) {


+ 1
- 1
TinyGsmClientSIM800.h View File

@ -729,7 +729,7 @@ private:
return return_string;
}
bool streamSkipUntil(char c) { //TODO: timeout
bool streamSkipUntil(char c) {
String skipped = stream.readStringUntil(c);
skipped.trim();
if (skipped.length()) {


Loading…
Cancel
Save