Browse Source

Tiny debug change

v_master
SRGDamia1 6 years ago
parent
commit
f7cfa5eb1c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientXBee.h

+ 1
- 1
src/TinyGsmClientXBee.h 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 ++;
}


Loading…
Cancel
Save