mirror of https://github.com/arendst/Tasmota.git
fix compile error with latest Arduino32 core
needs proper fix from upstream library
This commit is contained in:
parent
ffaa9efbde
commit
c6120614d4
|
@ -27,6 +27,10 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
|
||||
#ifndef SPECIAL
|
||||
#define SPECIAL 0xF0
|
||||
#endif
|
||||
|
||||
#ifndef ESP32
|
||||
|
||||
class ESP8266SPIRAM {
|
||||
|
@ -364,4 +368,4 @@ class ESP8266SPIRAM {
|
|||
#endif // ESP32
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue