From 071007124bbdc712e612b475f29e0dfa4828f779 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:34:54 +0100 Subject: [PATCH] Enable PSRAM (experimental) Please see the following discussions: - #1983 - #1946 - #1815 --- esphome/nspanel_esphome_core.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/esphome/nspanel_esphome_core.yaml b/esphome/nspanel_esphome_core.yaml index 285c935..c4aa599 100644 --- a/esphome/nspanel_esphome_core.yaml +++ b/esphome/nspanel_esphome_core.yaml @@ -94,6 +94,12 @@ esp32: board: esp32dev framework: type: esp-idf + sdkconfig_options: + CONFIG_D0WD_PSRAM_CLK_IO: "5" + CONFIG_D0WD_PSRAM_CS_IO: "18" + +psram: + id: ext_ram ##### WIFI SETUP ##### wifi: