From b204e49e36e1058842900aa76451a0bff0c42e45 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Mon, 22 Jul 2024 13:54:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8F=20Adds=20support=20for=20esp32s3?= =?UTF-8?q?=20psram?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp32/platformio.ini b/esp32/platformio.ini index ee06c8a..ba8321f 100644 --- a/esp32/platformio.ini +++ b/esp32/platformio.ini @@ -41,6 +41,8 @@ board_upload.flash_size = 16MB upload_speed = 1000000 build_flags = ${env.build_flags} + -DBOARD_HAS_PSRAM + -mfix-esp32-psram-cache-issue -D FT_CAMERA=1 -D CAMERA_MODEL_ESP32S3_EYE=1 -D WS2812_PIN=48