Browse Source

DBG

v_master
SRGDamia1 7 years ago
parent
commit
e4716cabc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      TinyGsmClientXBee.h

+ 1
- 1
TinyGsmClientXBee.h View File

@ -537,7 +537,7 @@ private:
bool commandMode(void){ bool commandMode(void){
delay(1000); // cannot send anything for 1 second before entering command mode delay(1000); // cannot send anything for 1 second before entering command mode
streamWrite(GF("+++")); // enter command mode streamWrite(GF("+++")); // enter command mode
DBG("+++\r\n");
DBG("\r\n+++\r\n");
waitResponse(1100); waitResponse(1100);
return 1 == waitResponse(1100); // wait another second for an "OK\r" return 1 == waitResponse(1100); // wait another second for an "OK\r"
} }


Loading…
Cancel
Save