mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Enable ArduinoCompat for Hologram Dash
This commit is contained in:
@@ -19,7 +19,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <Client.h>
|
#if defined(ARDUINO_DASH)
|
||||||
|
#include <ArduinoCompat/Client.h>
|
||||||
|
#else
|
||||||
|
#include <Client.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <TinyGsmFifo.h>
|
#include <TinyGsmFifo.h>
|
||||||
|
|
||||||
#ifndef TINY_GSM_YIELD
|
#ifndef TINY_GSM_YIELD
|
||||||
|
|||||||
Reference in New Issue
Block a user