Removed extra delay in testAT, not sure why it was there
This commit is contained in:
@@ -276,9 +276,9 @@ public:
|
||||
{
|
||||
sendAT();
|
||||
if (waitResponse(200) == 1) {
|
||||
exitCommand();
|
||||
return true;
|
||||
}
|
||||
exitCommand();
|
||||
}
|
||||
delay(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user