Browse Source

Rename autoBaud -> testAT

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
a2c19d544e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      TinyGsmClientXBee.h

+ 1
- 1
TinyGsmClientXBee.h View File

@ -190,7 +190,7 @@ public:
return true; return true;
} }
bool autoBaud(unsigned long timeout = 10000L) { // not supported
bool testAT(unsigned long timeout = 10000L) { // not supported
return false; return false;
} }


Loading…
Cancel
Save