diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index fea1429e1..86c44b038 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -60,8 +60,9 @@ #define USE_SDCARD #define GUI_TRASH_FILE -#define USE_BERRY // Enable Berry scripting language +#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 @@ -93,8 +94,9 @@ #define USE_SDCARD #define GUI_TRASH_FILE -#define USE_BERRY // Enable Berry scripting language +#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_I2C #define USE_BMA423