Enable ArduinoCompat for Hologram Dash

This commit is contained in:
Volodymyr Shymanskyy
2018-04-29 22:24:50 +03:00
parent 64b17f7aed
commit 6340b6025c

View File

@@ -19,7 +19,12 @@
#endif
#endif
#include <Client.h>
#if defined(ARDUINO_DASH)
#include <ArduinoCompat/Client.h>
#else
#include <Client.h>
#endif
#include <TinyGsmFifo.h>
#ifndef TINY_GSM_YIELD