From a2c19d544e31714f5b56d546a972ab961a3743c3 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 27 Sep 2017 23:47:10 +0300 Subject: [PATCH] Rename autoBaud -> testAT --- TinyGsmClientXBee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }