Tiny debug change

This commit is contained in:
SRGDamia1
2018-05-10 12:20:29 -04:00
parent be6606a117
commit f7cfa5eb1c

View File

@@ -757,7 +757,7 @@ public:
// Default guard time is 1s, but the init fxn decreases it to 250 ms
delay(guardTime);
streamWrite(GF("+++")); // enter command mode
DBG("\r\n+++");
DBG("+++");
success = (1 == waitResponse(guardTime*2));
triesMade ++;
}