Skip to content

Commit 8782a89

Browse files
committed
Reverted partition sizes to match 1.18 .fw size
1 parent e48713d commit 8782a89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rg_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Note: Size will be adjusted if needed but flashmon needs accurate values to work correctly
1313
# Project name Sub, Size
1414
'retro-go': [16, 524288],
15-
'nofrendo-go': [17, 524288],
16-
'gnuboy-go': [18, 524288],
15+
'nofrendo-go': [17, 458752],
16+
'gnuboy-go': [18, 458752],
1717
'smsplusgx-go': [19, 524288],
18-
'huexpress-go': [20, 524288],
19-
'handy-go': [21, 524288],
18+
'huexpress-go': [20, 458752],
19+
'handy-go': [21, 458752],
2020
}

0 commit comments

Comments
 (0)