Added debug print with compiled client file name

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-03-08 10:56:57 -04:00
parent 0efe729666
commit 564846c872
18 changed files with 18 additions and 4 deletions

View File

@@ -192,6 +192,7 @@ class TinyGsmSequansMonarch
protected:
bool initImpl(const char* pin = NULL) {
DBG(GF("### TinyGSM Version:"), TINYGSM_VERSION);
DBG(GF("### TinyGSM Compiled Module: TinyGsmClientSequansMonarch"));
if (!testAT()) { return false; }