Skip to content

Commit e098c86

Browse files
committed
Range needs to be in base 10.
1 parent e145cba commit e098c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spiffs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ menu "TFT SPIFFS"
22

33
config SPIFFS_BASE_ADDR
44
int "SPIFFS Base address"
5-
range 0x100000 0x1FFE000
5+
range 1048576 33546240
66
default 0x180000
77
help
88
Starting address of the SPIFFS area in ESP32 Flash

0 commit comments

Comments
 (0)