Merge pull request #75 from brvdg/master

SIM808 support
This commit is contained in:
Volodymyr Shymanskyy
2017-09-12 12:57:47 +03:00
committed by GitHub
2 changed files with 1087 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
#if defined(TINY_GSM_MODEM_SIM800) || defined(TINY_GSM_MODEM_SIM900)
#include <TinyGsmClientSIM800.h>
#elif defined(TINY_GSM_MODEM_SIM808)
#include <TinyGsmClientSIM808.h>
#elif defined(TINY_GSM_MODEM_A6) || defined(TINY_GSM_MODEM_A7)
#include <TinyGsmClientA6.h>
#elif defined(TINY_GSM_MODEM_M590)

1085
TinyGsmClientSIM808.h Normal file

File diff suppressed because it is too large Load Diff