From 533f3142776e40dff6d7e3db8207e2eb783b21bd Mon Sep 17 00:00:00 2001 From: stefanbode Date: Wed, 1 Jul 2020 18:45:36 +0200 Subject: [PATCH] Update Arduino.h --- tasmota/Arduino.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/Arduino.h b/tasmota/Arduino.h index d5db76310..a4ef77535 100644 --- a/tasmota/Arduino.h +++ b/tasmota/Arduino.h @@ -17,6 +17,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef ESP8266 + #ifndef Arduino_h #define Arduino_h @@ -298,3 +300,5 @@ inline void configTzTime(const char* tz, const char* server1, // this is mandatory for allowing OOM *alloc definitions in .ino files #include "umm_malloc/umm_malloc_cfg.h" #endif + +#endif