mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user