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
Fixed JSON
v_master
SRGDamia1
7 years ago
parent
2fc7774b39
commit
9f82293d70
4 changed files
with
16 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
library.json
+4
-4
src/TinyGsmClientA6.h
+4
-4
src/TinyGsmClientESP8266.h
+7
-7
src/TinyGsmClientSIM800.h
+ 1
- 1
library.json
View File
@ -19,7 +19,7 @@
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/EnviroDIY/TinyGSM"
"url"
:
"https://github.com/EnviroDIY/TinyGSM
.git
"
}
,
"homepage"
:
"https://github.com/vshymanskyy/TinyGSM"
,
"export"
:
{
+ 4
- 4
src/TinyGsmClientA6.h
View File
@ -177,10 +177,10 @@ public:
String
remoteIP
(
)
TINY_GSM_ATTR_NOT_IMPLEMENTED
;
private
:
TinyGsmA6
*
at
;
uint8_t
mux
;
bool
sock_connected
;
RxFifo
rx
;
TinyGsmA6
*
at
;
uint8_t
mux
;
bool
sock_connected
;
RxFifo
rx
;
}
;
/
/
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
/
/
+ 4
- 4
src/TinyGsmClientESP8266.h
View File
@ -170,10 +170,10 @@ public:
String
remoteIP
(
)
TINY_GSM_ATTR_NOT_IMPLEMENTED
;
private
:
TinyGsmESP8266
*
at
;
uint8_t
mux
;
bool
sock_connected
;
RxFifo
rx
;
TinyGsmESP8266
*
at
;
uint8_t
mux
;
bool
sock_connected
;
RxFifo
rx
;
}
;
/
/
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
/
/
+ 7
- 7
src/TinyGsmClientSIM800.h
View File
@ -184,13 +184,13 @@ public:
String
remoteIP
(
)
TINY_GSM_ATTR_NOT_IMPLEMENTED
;
private
:
TinyGsmSim800
*
at
;
uint8_t
mux
;
uint16_t
sock_available
;
uint32_t
prev_check
;
bool
sock_connected
;
bool
got_data
;
RxFifo
rx
;
TinyGsmSim800
*
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