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
Enable ArduinoCompat for Hologram Dash
v_master
Volodymyr Shymanskyy
6 years ago
parent
64b17f7aed
commit
6340b6025c
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
src/TinyGsmCommon.h
+ 6
- 1
src/TinyGsmCommon.h
View File
@ -19,7 +19,12 @@
#
endif
#
endif
#
include
<Client.h>
#
if defined(ARDUINO_DASH)
#
include
<ArduinoCompat/Client.h>
#
else
#
include
<Client.h>
#
endif
#
include
<TinyGsmFifo.h>
#
ifndef TINY_GSM_YIELD
Write
Preview
Loading…
Cancel
Save