Skip to content

Commit 554b979

Browse files
committed
Scripts: lower MIN_GAP_PAGES to 1
1 parent ca523d8 commit 554b979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Main(App):
3434

3535
FLASH_BASE = 0x8000000
3636
FLASH_PAGE_SIZE = 4 * 1024
37-
MIN_GAP_PAGES = 2
37+
MIN_GAP_PAGES = 1
3838

3939
# Update stage file larger than that is not loadable without fix
4040
# https://github.com/flipperdevices/flipperzero-firmware/pull/3676

0 commit comments

Comments
 (0)