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
Debug off by default
v_master
SRGDamia1
7 years ago
parent
3b0e70441d
commit
0a5baf7e2a
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
TinyGsmClientSIM800.h
+1
-1
TinyGsmClientXBee.h
+ 3
- 1
TinyGsmClientSIM800.h
View File
@ -674,9 +674,11 @@ private:
buf
[
0
]
=
streamRead
(
)
;
buf
[
1
]
=
streamRead
(
)
;
char
c
=
strtol
(
buf
,
NULL
,
16
)
;
/
/
DBG
(
c
)
;
#
else
while
(
!
stream
.
available
(
)
)
{
}
char
c
=
streamRead
(
)
;
/
/
DBG
(
c
)
;
char
c
=
streamRead
(
)
;
/
/
DBG
(
c
)
;
#
endif
sockets
[
mux
]
-
>
rx
.
put
(
c
)
;
}
+ 1
- 1
TinyGsmClientXBee.h
View File
@ -9,7 +9,7 @@
#
ifndef TinyWiFiClientXBee_h
#
define TinyWiFiClientXBee_h
#
define TINY_GSM_DEBUG
Serial
/
/
#
define
TINY_GSM_DEBUG
Serial
#
if !defined(TINY_GSM_RX_BUFFER)
#
define TINY_GSM_RX_BUFFER 256
Write
Preview
Loading…
Cancel
Save