From 6735de833eeb15a27bfe4141187b10ccabd638ef Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Fri, 26 Nov 2021 20:04:59 +0800 Subject: [PATCH] :wrench: update esp32s3 configuration --- examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 | 2 ++ examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 | 2 ++ examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 | 2 ++ .../human_face_detection/terminal/sdkconfig.defaults.esp32s3 | 2 ++ examples/human_face_recognition/lcd/sdkconfig.defaults.esp32s3 | 2 ++ .../human_face_recognition/terminal/sdkconfig.defaults.esp32s3 | 2 ++ examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 | 2 ++ examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 | 2 ++ 8 files changed, 16 insertions(+) diff --git a/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 index 5e7a655..63f450b 100644 --- a/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/cat_face_detection/lcd/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 index ce5b43c..0808089 100644 --- a/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/cat_face_detection/terminal/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 index b95f661..d1a10d8 100644 --- a/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_detection/lcd/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 index 1f194bb..d3a8bba 100644 --- a/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_detection/terminal/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/human_face_recognition/lcd/sdkconfig.defaults.esp32s3 b/examples/human_face_recognition/lcd/sdkconfig.defaults.esp32s3 index 522de61..cb7a777 100644 --- a/examples/human_face_recognition/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_recognition/lcd/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/human_face_recognition/terminal/sdkconfig.defaults.esp32s3 b/examples/human_face_recognition/terminal/sdkconfig.defaults.esp32s3 index 522de61..cb7a777 100644 --- a/examples/human_face_recognition/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/human_face_recognition/terminal/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 b/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 index f34f6c7..4767eff 100644 --- a/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 +++ b/examples/motion_detection/lcd/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y diff --git a/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 b/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 index d8033e2..8355b2e 100644 --- a/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 +++ b/examples/motion_detection/terminal/sdkconfig.defaults.esp32s3 @@ -1,3 +1,5 @@ +CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y + CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y CONFIG_ESP32S3_SPIRAM_SUPPORT=y