Removed extra delay in testAT, not sure why it was there

This commit is contained in:
Sara Damiano
2018-09-27 15:14:42 -04:00
parent 5c0736284b
commit 8e057f32ae
11 changed files with 11 additions and 35 deletions

View File

@@ -276,9 +276,9 @@ public:
{
sendAT();
if (waitResponse(200) == 1) {
exitCommand();
return true;
}
exitCommand();
}
delay(100);
}