We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb6898 commit 7f05060Copy full SHA for 7f05060
1 file changed
tools/sdk/ld/eagle.flash.512k0.ld
@@ -10,8 +10,8 @@ MEMORY
10
irom0_0_seg : org = 0x40201010, len = 0x79ff0
11
}
12
13
-PROVIDE ( _SPIFFS_start = 0 );
14
-PROVIDE ( _SPIFFS_end = 0 );
+PROVIDE ( _SPIFFS_start = 0x4027B000 );
+PROVIDE ( _SPIFFS_end = 0x4027B000 );
15
PROVIDE ( _SPIFFS_page = 0 );
16
PROVIDE ( _SPIFFS_block = 0 );
17
0 commit comments