extra mux warning

This commit is contained in:
Sara Damiano
2019-09-06 20:35:30 -04:00
parent c02273ae75
commit b1040a9c59

View File

@@ -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);