Changed printout again

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-18 15:21:13 -05:00
parent ce32f485d3
commit 669b88c9be
2 changed files with 7 additions and 9 deletions

View File

@@ -146,9 +146,6 @@ class TinyGsmGPRS {
* GPRS functions
*/
protected:
bool thisHasGPRS() {
return true;
}
// Checks if current attached to GPRS/EPS service
bool isGprsConnectedImpl() {
thisModem().sendAT(GF("+CGATT?"));