fix compile error with latest Arduino32 core

needs proper fix from upstream library
This commit is contained in:
Jason2866 2022-04-24 16:04:46 +02:00 committed by GitHub
parent ffaa9efbde
commit c6120614d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,10 @@
#include <Arduino.h>
#ifndef SPECIAL
#define SPECIAL 0xF0
#endif
#ifndef ESP32
class ESP8266SPIRAM {