mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Added SARA R4 to client
This commit is contained in:
@@ -48,6 +48,14 @@
|
|||||||
typedef TinyGsmUBLOX::GsmClient TinyGsmClient;
|
typedef TinyGsmUBLOX::GsmClient TinyGsmClient;
|
||||||
typedef TinyGsmUBLOX::GsmClientSecure TinyGsmClientSecure;
|
typedef TinyGsmUBLOX::GsmClientSecure TinyGsmClientSecure;
|
||||||
|
|
||||||
|
#elif defined(TINY_GSM_MODEM_SARAR4)
|
||||||
|
#define TINY_GSM_MODEM_HAS_GPRS
|
||||||
|
#define TINY_GSM_MODEM_HAS_SSL
|
||||||
|
#include <TinyGsmClientSaraR4.h>
|
||||||
|
typedef TinyGsmUBLOX TinyGsm;
|
||||||
|
typedef TinyGsmSaraR4::GsmClient TinyGsmClient;
|
||||||
|
typedef TinyGsmSaraR4::GsmClientSecure TinyGsmClientSecure;
|
||||||
|
|
||||||
#elif defined(TINY_GSM_MODEM_M95)
|
#elif defined(TINY_GSM_MODEM_M95)
|
||||||
#define TINY_GSM_MODEM_HAS_GPRS
|
#define TINY_GSM_MODEM_HAS_GPRS
|
||||||
#include <TinyGsmClientM95.h>
|
#include <TinyGsmClientM95.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user