Update structure

This commit is contained in:
Volodymyr Shymanskyy
2016-12-29 13:48:30 +02:00
parent 27c921f7e8
commit d8ae72856f
4 changed files with 17 additions and 94 deletions

View File

@@ -22,6 +22,10 @@
#include <Client.h>
#include <TinyGsmFifo.h>
#ifndef TINY_GSM_YIELD
#define TINY_GSM_YIELD() { delay(0); }
#endif
#if defined(__AVR__)
#define TINY_GSM_PROGMEM PROGMEM
typedef const __FlashStringHelper* GsmConstStr;
@@ -34,7 +38,7 @@
#define GF(x) x
#endif
#if defined(TINY_GSM_MODEM_SIM800) || defined(TINY_GSM_MODEM_SIM900)
#if defined(TINY_GSM_MODEM_SIM800) || defined(TINY_GSM_MODEM_SIM900)
#include <TinyGsmClientSIM800.h>
#elif defined(TINY_GSM_MODEM_M590)
#include <TinyGsmClientM590.h>