Fix some extra whitespace that crept in
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -606,7 +606,7 @@ class TinyGsmSequansMonarch
|
|||||||
*/
|
*/
|
||||||
public:
|
public:
|
||||||
// TODO(vshymanskyy): Optimize this!
|
// TODO(vshymanskyy): Optimize this!
|
||||||
int8_t waitResponse(uint32_t timeout_ms, String & data,
|
int8_t waitResponse(uint32_t timeout_ms, String& data,
|
||||||
GsmConstStr r1 = GFP(GSM_OK),
|
GsmConstStr r1 = GFP(GSM_OK),
|
||||||
GsmConstStr r2 = GFP(GSM_ERROR),
|
GsmConstStr r2 = GFP(GSM_ERROR),
|
||||||
#if defined TINY_GSM_DEBUG
|
#if defined TINY_GSM_DEBUG
|
||||||
@@ -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,9 +710,10 @@ 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;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SRC_TINYGSMCLIENTSEQUANSMONARCH_H_
|
#endif // SRC_TINYGSMCLIENTSEQUANSMONARCH_H_
|
||||||
|
Reference in New Issue
Block a user