mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-06 04:32:38 +00:00
ESP32 does not understand PROGMEM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined(__arm__) || defined(ESP8266)
|
||||
#if defined(__arm__) || defined(ESP8266) || defined(ESP32)
|
||||
#define PROGMEM
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
|
||||
Reference in New Issue
Block a user