diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index c25f42de9..d272028e9 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -58,10 +58,6 @@ #define USE_ODROID_GO // Add support for Odroid Go #define USE_SDCARD -#ifdef USE_BERRY // Berry scripting language - #define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact -#endif - #define USE_ADC #define USE_SPI #define USE_DISPLAY // Add SPI Display Support (+2k code)