merge Quectel M95 from replicadeltd

This commit is contained in:
SRGDamia1
2018-05-15 14:18:37 -04:00
5 changed files with 788 additions and 26 deletions

View File

@@ -71,6 +71,11 @@
typedef TinyGsmXBee::GsmClient TinyGsmClient;
typedef TinyGsmXBee::GsmClientSecure TinyGsmClientSecure;
#elif defined(TINY_GSM_MODEM_M95)
#define TINY_GSM_MODEM_HAS_GPRS
#include <TinyGsmClientM95.h>
typedef TinyGsm::GsmClient TinyGsmClient;
#else
#error "Please define GSM modem model"
#endif