Skip to content

Commit 22c8423

Browse files
committed
Small bugfix
1 parent 9d7a5a0 commit 22c8423

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main/Kconfig.projbuild

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ menu "SPIffs Example Configuration"
22

33
config SPIFFS_BASE_ADDR
44
hex "SPIFFS Base address"
5-
range 100000 1FFE000
6-
default 180000
5+
range 0x100000 0x1FFE000
6+
default 0x180000
77
help
88
Starting address of the SPIFFS area in ESP32 Flash
9+
Write the address in hex format, 0x180000
910

1011
config SPIFFS_SIZE
1112
int "SPIFFS Size in bytes"

0 commit comments

Comments
 (0)