ESP32 does not understand PROGMEM

This commit is contained in:
prenticedavid
2017-10-01 21:10:38 +01:00
parent cb828dd8e7
commit eb2fdf3527

View File

@@ -1,4 +1,4 @@
#if defined(__arm__) || defined(ESP8266)
#if defined(__arm__) || defined(ESP8266) || defined(ESP32)
#define PROGMEM
#else
#include <Arduino.h>