Extra wait to clear buffer
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
|||||||
at->exitCommand();
|
at->exitCommand();
|
||||||
at->modemSend("", 1, mux);
|
at->modemSend("", 1, mux);
|
||||||
at->waitResponse();
|
at->waitResponse();
|
||||||
delay(100);
|
at->waitResponse(); // To clear the buffer
|
||||||
at->commandMode();
|
at->commandMode();
|
||||||
at->sendAT(GF("TM64")); // Set socket timeout back to 10seconds;
|
at->sendAT(GF("TM64")); // Set socket timeout back to 10seconds;
|
||||||
at->waitResponse();
|
at->waitResponse();
|
||||||
|
Reference in New Issue
Block a user