mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +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>
|
#include <Arduino.h>
|
||||||
|
|
||||||
|
#ifndef SPECIAL
|
||||||
|
#define SPECIAL 0xF0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ESP32
|
#ifndef ESP32
|
||||||
|
|
||||||
class ESP8266SPIRAM {
|
class ESP8266SPIRAM {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user