Added unsupported wifi fxns

This commit is contained in:
Sara Damiano
2018-09-05 17:09:54 -04:00
parent 8ddb4c39fc
commit df6ab6675b
10 changed files with 18 additions and 3 deletions

View File

@@ -404,6 +404,8 @@ public:
/*
* GPRS functions
*/
bool gprsConnect(const char* apn, const char* user = NULL, const char* pwd = NULL) TINY_GSM_ATTR_NOT_AVAILABLE;
bool gprsDisconnect() TINY_GSM_ATTR_NOT_AVAILABLE;
/*
* Messaging functions