From e357f3aa7515144dc5bef214819576e980dd0d41 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Sep 2021 15:07:03 +0200 Subject: [PATCH 1/3] USE_BERRY_PSRAM as default --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 6f0378fc7..0bf113f9e 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -979,7 +979,7 @@ //#define USE_WEBCAM // Add support for webcam #define USE_BERRY // Enable 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 + #define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact #define USE_WEBCLIENT // Enable `webclient` to make HTTP/HTTPS requests. Can be disabled for security reasons. // #define USE_WEBCLIENT_HTTPS // Enable HTTPS outgoing requests based on BearSSL (much ligher then mbedTLS, 42KB vs 150KB) in insecure mode (no verification of server's certificate) // Note that only one cipher is enabled: ECDHE_RSA_WITH_AES_128_GCM_SHA256 which is very commonly used and highly secure 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 2/3] 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) From 745c7092492bb29bd6b59bdef5627ebdb7b38b0f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Sep 2021 15:11:40 +0200 Subject: [PATCH 3/3] core2 too --- 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 d272028e9..2913667b0 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -88,10 +88,6 @@ #define USE_I2S_WEBRADIO #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_I2C #define USE_BMA423 #define USE_MPU_ACCEL