From 818dfd5cb7b3cd9ae8cf68c4bc719748c914e9d9 Mon Sep 17 00:00:00 2001 From: Willem Oldemans Date: Sun, 16 Apr 2023 21:43:43 +0200 Subject: [PATCH] fix SPECIAL mode compile error --- src/spiram-fast.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/spiram-fast.h b/src/spiram-fast.h index cd75d2d..6eb6606 100644 --- a/src/spiram-fast.h +++ b/src/spiram-fast.h @@ -247,6 +247,10 @@ class ESP8266SPIRAM { #include +#ifndef SPECIAL + #define UNDEF_SPECIAL + #define SPECIAL 0xf0 +#endif class ESP8266SPIRAM { private: uint8_t csPin;