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 prev_check variable for BG96
v_master
Sara Damiano
5 years ago
parent
52e19b73ff
commit
66a65e2686
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/TinyGsmClientBG96.h
+ 2
- 0
src/TinyGsmClientBG96.h
View File
@ -62,6 +62,7 @@ public:
this
-
>
at
=
modem
;
this
-
>
mux
=
mux
;
sock_available
=
0
;
prev_check
=
0
;
sock_connected
=
false
;
got_data
=
false
;
@ -118,6 +119,7 @@ private:
TinyGsmBG96
*
at
;
uint8_t
mux
;
uint16_t
sock_available
;
uint32_t
prev_check
;
bool
sock_connected
;
bool
got_data
;
RxFifo
rx
;
Write
Preview
Loading…
Cancel
Save