Rename autoBaud -> testAT

This commit is contained in:
Volodymyr Shymanskyy
2017-09-27 23:47:10 +03:00
parent 39f64c6528
commit a2c19d544e

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;
} }