Fix some extra whitespace that crept in
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -675,7 +675,9 @@ class TinyGsmSequansMonarch
|
|||||||
finish:
|
finish:
|
||||||
if (!index) {
|
if (!index) {
|
||||||
data.trim();
|
data.trim();
|
||||||
if (data.length()) { DBG("### Unhandled:", data); }
|
if (data.length()) {
|
||||||
|
DBG("### Unhandled:", data);
|
||||||
|
}
|
||||||
data = "";
|
data = "";
|
||||||
}
|
}
|
||||||
// data.replace(GSM_NL, "/");
|
// data.replace(GSM_NL, "/");
|
||||||
@@ -708,6 +710,7 @@ class TinyGsmSequansMonarch
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
Stream& stream;
|
Stream& stream;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
GsmClientSequansMonarch* sockets[TINY_GSM_MUX_COUNT];
|
GsmClientSequansMonarch* sockets[TINY_GSM_MUX_COUNT];
|
||||||
const char* gsmNL = GSM_NL;
|
const char* gsmNL = GSM_NL;
|
||||||
|
Reference in New Issue
Block a user