Added debug print of version.

This commit is contained in:
Michael Krumpus
2019-03-30 13:53:43 -05:00
parent a21fa2d7a8
commit 71dd56ce27

View File

@@ -256,6 +256,7 @@ public:
}
bool init() {
DBG(GF("### TinyGSM Version:"), TINYGSM_VERSION);
if (!testAT()) {
return false;
}