Browse Source

Enable ArduinoCompat for Hologram Dash

v_master
Volodymyr Shymanskyy 6 years ago
parent
commit
6340b6025c
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      src/TinyGsmCommon.h

+ 6
- 1
src/TinyGsmCommon.h 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


Loading…
Cancel
Save