Removed all phone and bluetooth fxns

And keeping only most basic SMS
This commit is contained in:
SRGDamia1
2018-02-19 11:42:35 -05:00
parent 12de2c425e
commit 18fddda241
4 changed files with 0 additions and 335 deletions

View File

@@ -445,18 +445,6 @@ set_dns:
return TinyGsmIpFromString(getLocalIP());
}
/*
* Phone Call functions
*/
bool setGsmBusy(bool busy = true) TINY_GSM_ATTR_NOT_AVAILABLE;
bool callAnswer() TINY_GSM_ATTR_NOT_AVAILABLE;
bool callNumber(const String& number) TINY_GSM_ATTR_NOT_AVAILABLE;
bool callHangup() TINY_GSM_ATTR_NOT_AVAILABLE;
/*
* Messaging functions
*/