diff --git a/src/TinyGsmClientXBee.h b/src/TinyGsmClientXBee.h index f978279..e1369d2 100644 --- a/src/TinyGsmClientXBee.h +++ b/src/TinyGsmClientXBee.h @@ -959,6 +959,10 @@ public: bool ssl = false) { bool success = true; + if (mux != 0) { + DBG("XBee only supports 1 IP channel in transparent mode!"); + } + // empty the saved currelty-in-use destination address savedOperatingIP = IPAddress(0, 0, 0, 0);