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