Fix XBee URC

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2024-05-13 12:32:03 -04:00
parent 1a6f36d66d
commit e80d9428c3

View File

@@ -1392,7 +1392,7 @@ class TinyGsmXBee : public TinyGsmModem<TinyGsmXBee>,
}
// The XBee has no unsoliliced responses (URC's) when in command mode.
bool handleURCs(String&) {
return true;
return false;
}
bool commandMode(uint8_t retries = 5) {