diff --git a/src/TinyGsmClientXBee.h b/src/TinyGsmClientXBee.h index 0eb869c..c8010af 100644 --- a/src/TinyGsmClientXBee.h +++ b/src/TinyGsmClientXBee.h @@ -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) {