Browse Source

Added debug print of version.

v_master
Michael Krumpus 5 years ago
parent
commit
71dd56ce27
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/TinyGsmClientSequansMonarch.h

+ 1
- 0
src/TinyGsmClientSequansMonarch.h View File

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


Loading…
Cancel
Save