From 9e0de3b302f75ee8c1a1d9ee4ab384958ff04682 Mon Sep 17 00:00:00 2001 From: MOV <15621173+MoveCall@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:48:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9ACuican=20Running=20Error=20for=20v1?= =?UTF-8?q?.5.6=20(#456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix:Modify the README and add Moji images * fix: Moji LCD initialization configuration. * fix: DISPLAY_MIRROR_X false >> true * fix: Moji GPIO conflict * fix: Moji GPIO conflict * fix: Cuican Build config --- main/boards/movecall-cuican-esp32s3/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/boards/movecall-cuican-esp32s3/config.json b/main/boards/movecall-cuican-esp32s3/config.json index 91ce01c7..60700649 100644 --- a/main/boards/movecall-cuican-esp32s3/config.json +++ b/main/boards/movecall-cuican-esp32s3/config.json @@ -3,7 +3,11 @@ "builds": [ { "name": "movecall-cuican-esp32s3", - "sdkconfig_append": [] + "sdkconfig_append": [ + "CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y", + "CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\"", + "CONFIG_COMPILER_OPTIMIZATION_SIZE=y" + ] } ] } \ No newline at end of file