Added wifi fxns as shells where unsupported

Allows more flexibility downstream
This commit is contained in:
Sara Damiano
2018-09-07 13:50:54 -04:00
parent 99ddbeae62
commit f8c3a2de61
8 changed files with 18 additions and 3 deletions

View File

@@ -441,6 +441,8 @@ public:
/*
* WiFi functions
*/
bool networkConnect(const char* ssid, const char* pwd) TINY_GSM_ATTR_NOT_AVAILABLE;
bool networkDisconnect() TINY_GSM_ATTR_NOT_AVAILABLE;
/*
* GPRS functions