From 6340b6025cc300ebfb1d062cebc409d81da4f2c0 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 29 Apr 2018 22:24:50 +0300 Subject: [PATCH] Enable ArduinoCompat for Hologram Dash --- src/TinyGsmCommon.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/TinyGsmCommon.h b/src/TinyGsmCommon.h index b145bb7..ee71511 100644 --- a/src/TinyGsmCommon.h +++ b/src/TinyGsmCommon.h @@ -19,7 +19,12 @@ #endif #endif -#include +#if defined(ARDUINO_DASH) + #include +#else + #include +#endif + #include #ifndef TINY_GSM_YIELD