From 3fdd9f78177f79957d5ac02c3131109a3a09bb3f Mon Sep 17 00:00:00 2001 From: zqm Date: Thu, 2 Apr 2026 15:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=20Flash=20=E5=A4=A7=E5=B0=8F=E4=BB=8E?= =?UTF-8?q?=202MB=20=E2=86=92=20=E6=94=B9=E6=88=90=2016MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ESP32/my_usb_project/sdkconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ESP32/my_usb_project/sdkconfig b/ESP32/my_usb_project/sdkconfig index 5fa3ac7..f31efb1 100644 --- a/ESP32/my_usb_project/sdkconfig +++ b/ESP32/my_usb_project/sdkconfig @@ -482,14 +482,14 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT=y CONFIG_ESPTOOLPY_FLASHFREQ="80m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set -# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y # CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_ESPTOOLPY_FLASHSIZE="16MB" # CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set CONFIG_ESPTOOLPY_BEFORE_RESET=y # CONFIG_ESPTOOLPY_BEFORE_NORESET is not set