Browse Source

extra mux warning

v_master
Sara Damiano 5 years ago
parent
commit
b1040a9c59
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/TinyGsmClientXBee.h

+ 4
- 0
src/TinyGsmClientXBee.h 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);


Loading…
Cancel
Save