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
Corrected name in common
v_master
SRGDamia1
8 years ago
parent
282d89119b
commit
ffc07b15fa
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TinyGsmClient.h
+2
-2
TinyGsmClientXBee.h
+ 1
- 1
TinyGsmClient.h
View File
@ -18,7 +18,7 @@
#
elif defined(TINY_GSM_MODEM_ESP8266)
#
include
<TinyGsmClientESP8266.h>
#
elif defined(TINY_GSM_MODEM_XBEE)
#
include
<Tiny
WiFi
ClientXBee.h>
#
include
<Tiny
Gsm
ClientXBee.h>
#
else
#
error "Please define GSM modem model"
#
endif
+ 2
- 2
TinyGsmClientXBee.h
View File
@ -6,8 +6,8 @@
*
@
date
Nov
2016
*/
#
ifndef Tiny
WiFi
ClientXBee_h
#
define Tiny
WiFi
ClientXBee_h
#
ifndef Tiny
Gsm
ClientXBee_h
#
define Tiny
Gsm
ClientXBee_h
/
/
#
define
TINY_GSM_DEBUG
Serial
Write
Preview
Loading…
Cancel
Save