mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
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…
x
Reference in New Issue
Block a user