updated sdkconfig.default to 8MB default flash

This commit is contained in:
Bogdan Pilyugin 2023-11-12 11:42:25 +02:00
parent ff702b61de
commit 702207376d
5 changed files with 823 additions and 488 deletions

652
.project

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ module.exports = configure(function (/* ctx */) {
//env: { UITYPE: "sampleapp" },
//rawDefine: { curapp: "sampleapp" },
// ignorePublicFolder: true,
// minify: false,
minify: true,
// polyfillModulePreload: true,
//distDir: "/home/bogdan/BOGD_PROJECTS/WebguiappTemplate/WEBUI",
//distDir: "C:\\BOGD-PROJECTS\\WebguiappTemplate\\WEBUI",

View File

@ -25,5 +25,5 @@ dependencies:
type: git
version: b42825192c6455569f1a047b21140d6d1fe5e4ef
manifest_hash: 8f589d1268303deabf12834b0018f40550b1250232bd389b225ab21bd88eef02
target: esp32
target: esp32s3
version: 1.0.0

647
sdkconfig

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,17 @@
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
CONFIG_APP_PROJECT_VER_FROM_CONFIG=y
CONFIG_APP_PROJECT_VER="0.0.0.0"
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota.csv"
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_user_ota_8M.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions_user_ota.csv"
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
CONFIG_LWIP_MAX_SOCKETS=14
CONFIG_SPIFFS_OBJ_NAME_LEN=128
CONFIG_SPIFFS_OBJ_NAME_LEN=128
CONFIG_LWIP_LOCAL_HOSTNAME="T3HS"