Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ local/
*.elf
*.map
**/.DS_Store
mkspiffs/
6 changes: 3 additions & 3 deletions main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ menu "TFT Display DEMO Configuration"

config SPIFFS_BASE_ADDR
hex "SPIFFS Base address"
range 100000 1FFE000
default 180000
range 0x100000 0x1FFE000
default 0x180000
help
Starting address of the SPIFFS area in ESP32 Flash

Expand All @@ -14,7 +14,7 @@ config SPIFFS_SIZE

config SPIFFS_LOG_BLOCK_SIZE
int "SPIFFS Logical block size"
range 4098 65536
range 4096 65536
default 8192

config SPIFFS_LOG_PAGE_SIZE
Expand Down