Skip to content

Commit 316554f

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
fix switched linkers
1 parent a92defa commit 316554f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* Flash Split for 8M chips */
1+
/* Flash Split for 16M chips */
22
/* irom0 940KB */
33
/* eeprom 20KB */
4-
/* spiffs 7MB */
4+
/* spiffs 15MB */
55

66
MEMORY
77
{
@@ -12,6 +12,6 @@ MEMORY
1212
}
1313

1414
PROVIDE ( _SPIFFS_start = 0x40300000 );
15-
PROVIDE ( _SPIFFS_end = 0x40A00000 );
15+
PROVIDE ( _SPIFFS_end = 0x41200000 );
1616

1717
INCLUDE "../ld/eagle.app.v6.common.ld"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* Flash Split for 16M chips */
1+
/* Flash Split for 8M chips */
22
/* irom0 940KB */
33
/* eeprom 20KB */
4-
/* spiffs 15MB */
4+
/* spiffs 7MB */
55

66
MEMORY
77
{
@@ -12,6 +12,6 @@ MEMORY
1212
}
1313

1414
PROVIDE ( _SPIFFS_start = 0x40300000 );
15-
PROVIDE ( _SPIFFS_end = 0x41200000 );
15+
PROVIDE ( _SPIFFS_end = 0x40A00000 );
1616

1717
INCLUDE "../ld/eagle.app.v6.common.ld"

0 commit comments

Comments
 (0)