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
Add missing mux
v_master
Sara Damiano
5 years ago
parent
3d78292261
commit
4debf545b1
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientBG96.h
+1
-1
src/TinyGsmClientSaraR4.h
+1
-1
src/TinyGsmClientUBLOX.h
+ 1
- 1
src/TinyGsmClientBG96.h
View File
@ -552,7 +552,7 @@ protected:
}
waitResponse
(
)
;
DBG
(
"
### READ:
"
,
len
,
"
from
"
,
mux
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
mux
)
;
return
len
;
}
+ 1
- 1
src/TinyGsmClientSaraR4.h
View File
@ -613,7 +613,7 @@ protected:
streamSkipUntil
(
'
\"
'
)
;
waitResponse
(
)
;
DBG
(
"
### READ:
"
,
len
,
"
from
"
,
mux
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
mux
)
;
return
len
;
}
+ 1
- 1
src/TinyGsmClientUBLOX.h
View File
@ -601,7 +601,7 @@ protected:
streamSkipUntil
(
'
\"
'
)
;
waitResponse
(
)
;
DBG
(
"
### READ:
"
,
len
,
"
from
"
,
mux
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
)
;
sockets
[
mux
]
-
>
sock_available
=
modemGetAvailable
(
mux
)
;
return
len
;
}
Write
Preview
Loading…
Cancel
Save