From 206044a1ba67ff095a0b0f3e0616a7a51c53e842 Mon Sep 17 00:00:00 2001 From: SRGDamia1 Date: Thu, 6 Apr 2017 13:33:51 -0400 Subject: [PATCH] Removed completed TODO --- TinyGsmClientA6.h | 2 +- TinyGsmClientM590.h | 2 +- TinyGsmClientSIM800.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TinyGsmClientA6.h b/TinyGsmClientA6.h index 3d2bef8..4c4aa6f 100644 --- a/TinyGsmClientA6.h +++ b/TinyGsmClientA6.h @@ -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()) { diff --git a/TinyGsmClientM590.h b/TinyGsmClientM590.h index 81a72a9..670e550 100644 --- a/TinyGsmClientM590.h +++ b/TinyGsmClientM590.h @@ -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()) { diff --git a/TinyGsmClientSIM800.h b/TinyGsmClientSIM800.h index 958540e..cceac96 100644 --- a/TinyGsmClientSIM800.h +++ b/TinyGsmClientSIM800.h @@ -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()) {