Added XBee (untested)

This commit is contained in:
SRGDamia1
2017-04-09 01:39:49 -04:00
parent 206044a1ba
commit 3b0e70441d
3 changed files with 555 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
#include <TinyGsmClientM590.h>
#elif defined(TINY_GSM_MODEM_ESP8266)
#include <TinyGsmClientESP8266.h>
#elif defined(TINY_GSM_MODEM_XBEE)
#include <TinyWiFiClientXBee.h>
#else
#error "Please define GSM modem model"
#endif