This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
extra mux warning
v_master
Sara Damiano
5 years ago
parent
c02273ae75
commit
b1040a9c59
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
Write
Preview
Loading…
Cancel
Save