Added all possible modems to examples

This commit is contained in:
SRGDamia1
2017-06-08 18:06:12 -04:00
parent cbdd66e7c1
commit d71928f6c2
7 changed files with 43 additions and 26 deletions

View File

@@ -10,8 +10,12 @@
// Select your modem:
#define TINY_GSM_MODEM_SIM800
//#define TINY_GSM_MODEM_SIM900
//#define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_SIM900
// #define TINY_GSM_MODEM_A6
// #define TINY_GSM_MODEM_A7
// #define TINY_GSM_MODEM_M590
// #define TINY_GSM_MODEM_ESP8266
// #define TINY_GSM_MODEM_XBEE
#include <TinyGsmClient.h>
@@ -86,4 +90,3 @@ void loop() {
delay(0);
}
}