Browse Source

Corrected sleep option note

v_master
Sara Damiano 6 years ago
parent
commit
323ad722bf
2 changed files with 1 additions and 1 deletions
  1. BIN
      extras/AT Command Manuals/u-blox SARA-U2 ProductSummary (UBX-13004142).pdf
  2. +1
    -1
      src/TinyGsmClientXBee.h

BIN
extras/AT Command Manuals/u-blox SARA-U2 ProductSummary (UBX-13004142).pdf View File


+ 1
- 1
src/TinyGsmClientXBee.h View File

@ -431,7 +431,7 @@ public:
}
else if (!maintainAssociation){
sendAT(GF("SO"),1); // For lowest power, dissassociated deep sleep
sendAT(GF("SO"),1); // For supported cellular modules, maintain association
// Not supported by all modules, will return "ERROR"
waitResponse();
}


Loading…
Cancel
Save