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
Fix inside debug statement
v_master
Sara Damiano
5 years ago
parent
db456b5345
commit
b96c866bad
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientSIM7000.h
+1
-1
src/TinyGsmClientSIM800.h
+ 1
- 1
src/TinyGsmClientSIM7000.h
View File
@ -828,7 +828,7 @@ protected:
sockets
[
mux
]
-
>
rx
.
put
(
c
)
;
}
waitResponse
(
)
;
DBG
(
"
### READ:
"
,
len_read
,
"
from
"
,
mux
)
;
DBG
(
"
### READ:
"
,
TinyGsmMin
(
len_
confi
r
m
ed
,
len_requested
)
,
"
from
"
,
mux
)
;
return
TinyGsmMin
(
len_confirmed
,
len_requested
)
;
}
+ 1
- 1
src/TinyGsmClientSIM800.h
View File
@ -756,7 +756,7 @@ protected:
sockets
[
mux
]
-
>
rx
.
put
(
c
)
;
}
waitResponse
(
)
;
DBG
(
"
### READ:
"
,
len_read
,
"
from
"
,
mux
)
;
DBG
(
"
### READ:
"
,
TinyGsmMin
(
len_
confi
r
m
ed
,
len_requested
)
,
"
from
"
,
mux
)
;
return
TinyGsmMin
(
len_confirmed
,
len_requested
)
;
}
Write
Preview
Loading…
Cancel
Save