We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7a5a0 commit 22c8423Copy full SHA for 22c8423
main/Kconfig.projbuild
@@ -2,10 +2,11 @@ menu "SPIffs Example Configuration"
2
3
config SPIFFS_BASE_ADDR
4
hex "SPIFFS Base address"
5
- range 100000 1FFE000
6
- default 180000
+ range 0x100000 0x1FFE000
+ default 0x180000
7
help
8
Starting address of the SPIFFS area in ESP32 Flash
9
+ Write the address in hex format, 0x180000
10
11
config SPIFFS_SIZE
12
int "SPIFFS Size in bytes"
0 commit comments