Skip to content

Commit e569f60

Browse files
committed
Updated partition sizes
Using esp-idf 4.4+ results in launcher and retro-core always overflowing unfortunately...
1 parent 2cbb35f commit e569f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rg_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
PROJECT_ICON = "assets/icon.raw"
1111
PROJECT_APPS = {
1212
# Project name Type, SubType, Size
13-
'launcher': [0, 0, 917504],
14-
'retro-core': [0, 0, 917504],
13+
'launcher': [0, 0, 983040],
14+
'retro-core': [0, 0, 983040],
1515
'prboom-go': [0, 0, 786432],
1616
'gwenesis': [0, 0, 983040],
1717
'fmsx': [0, 0, 589824],

0 commit comments

Comments
 (0)