mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Tiny debug change
This commit is contained in:
@@ -757,7 +757,7 @@ public:
|
|||||||
// Default guard time is 1s, but the init fxn decreases it to 250 ms
|
// Default guard time is 1s, but the init fxn decreases it to 250 ms
|
||||||
delay(guardTime);
|
delay(guardTime);
|
||||||
streamWrite(GF("+++")); // enter command mode
|
streamWrite(GF("+++")); // enter command mode
|
||||||
DBG("\r\n+++");
|
DBG("+++");
|
||||||
success = (1 == waitResponse(guardTime*2));
|
success = (1 == waitResponse(guardTime*2));
|
||||||
triesMade ++;
|
triesMade ++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user