Corrected name in common
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#elif defined(TINY_GSM_MODEM_ESP8266)
|
||||
#include <TinyGsmClientESP8266.h>
|
||||
#elif defined(TINY_GSM_MODEM_XBEE)
|
||||
#include <TinyWiFiClientXBee.h>
|
||||
#include <TinyGsmClientXBee.h>
|
||||
#else
|
||||
#error "Please define GSM modem model"
|
||||
#endif
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
* @date Nov 2016
|
||||
*/
|
||||
|
||||
#ifndef TinyWiFiClientXBee_h
|
||||
#define TinyWiFiClientXBee_h
|
||||
#ifndef TinyGsmClientXBee_h
|
||||
#define TinyGsmClientXBee_h
|
||||
|
||||
// #define TINY_GSM_DEBUG Serial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user