Browse Source

Adding missing return statement

v_master
SRGDamia1 7 years ago
parent
commit
35e56e35dd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/TinyGsmClientXBee.h

+ 1
- 0
src/TinyGsmClientXBee.h View File

@ -600,6 +600,7 @@ public:
if (1 != waitResponse()) return false;
sendAT(GF("AC")); // Apply changes
if (1 != waitResponse()) return false;
return true;
}
void exitCommand(void) {


Loading…
Cancel
Save