Skip to content

Commit fc1bcf9

Browse files
committed
Adjusted partition sizes for esp-idf 5.4
launcher+retro-core+prboom-go still fit in under 4MB with space left for ONE of the others (gwenesis, gbsp, updater)
1 parent 5caeaa8 commit fc1bcf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rg_tool.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
PROJECT_APPS = {
1818
# Project name Type, SubType, Size
1919
'updater': [0, 0, 524288],
20-
'launcher': [0, 0, 983040],
21-
'retro-core': [0, 0, 983040],
20+
'launcher': [0, 0, 1048576],
21+
'retro-core': [0, 0, 1048576],
2222
'prboom-go': [0, 0, 851968],
23-
'gwenesis': [0, 0, 983040],
23+
'gwenesis': [0, 0, 1048576],
2424
'fmsx': [0, 0, 655360],
2525
'gbsp': [0, 0, 851968],
2626
}

0 commit comments

Comments
 (0)