diff --git a/TinyGsmClientXBee.h b/TinyGsmClientXBee.h index e8a0759..d72fa64 100644 --- a/TinyGsmClientXBee.h +++ b/TinyGsmClientXBee.h @@ -190,7 +190,7 @@ public: return true; } - bool autoBaud(unsigned long timeout = 10000L) { // not supported + bool testAT(unsigned long timeout = 10000L) { // not supported return false; }