updated sdkconfig.default to 8MB default flash
This commit is contained in:
parent
ff702b61de
commit
702207376d
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -25,5 +25,5 @@ dependencies:
|
|||
type: git
|
||||
version: b42825192c6455569f1a047b21140d6d1fe5e4ef
|
||||
manifest_hash: 8f589d1268303deabf12834b0018f40550b1250232bd389b225ab21bd88eef02
|
||||
target: esp32
|
||||
target: esp32s3
|
||||
version: 1.0.0
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user