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

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