Added all modems to examples, added debug with name, bump version

This commit is contained in:
Sara Damiano
2018-09-19 10:16:37 -04:00
parent 2423b9fdf2
commit 57cd8f0c5c
21 changed files with 74 additions and 19 deletions

View File

@@ -11,6 +11,7 @@
#ifndef TinyGsmClientMC60_h
#define TinyGsmClientMC60_h
//#pragma message("TinyGSM: TinyGsmClientMC60")
//#define TINY_GSM_DEBUG Serial
//#define TINY_GSM_USE_HEX
@@ -216,6 +217,7 @@ public:
*/
bool init(const char* pin = NULL) {
DBG(GF("### Modem Defined:"), getModemName());
if (!testAT()) {
return false;
}