Version bump. Also print version in init for debugging

This commit is contained in:
Sara Damiano
2019-03-19 10:39:57 -04:00
parent 50d7fb4b6b
commit 19c377b68a
13 changed files with 16 additions and 3 deletions

View File

@@ -181,6 +181,7 @@ public:
*/
bool init(const char* pin = NULL) {
DBG(GF("### TinyGSM Version:"), TINYGSM_VERSION);
if (!testAT()) {
return false;
}