From 2b9828ab35eabbc128fb63c32c7db57b1ea4c2a8 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Sep 2021 15:10:18 +0200 Subject: [PATCH] redundant removed since it is default --- tasmota/tasmota_configurations_ESP32.h | 4 ---- 1 file changed, 4 deletions(-) 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)