Work-around for boards missing the ip.fromString() method

This commit is contained in:
SRGDamia1
2017-09-20 16:32:42 -04:00
parent 3589a8e22b
commit ff574d69ef
8 changed files with 185 additions and 31 deletions

View File

@@ -358,7 +358,7 @@ public:
streamWrite("AT", cmd..., GSM_NL);
stream.flush();
TINY_GSM_YIELD();
// DBG("### AT", cmd...);
// DBG("### AT:", cmd...);
}
// TODO: Optimize this!
@@ -425,6 +425,7 @@ public:
if (data.length()) {
DBG("### Unhandled:", data);
}
data = "";
}
return index;
}