diff --git a/src/fs/low_flash.c b/src/fs/low_flash.c index 791e3f7..8025d63 100644 --- a/src/fs/low_flash.c +++ b/src/fs/low_flash.c @@ -61,7 +61,7 @@ uint8_t *map = NULL; #include "pico_keys.h" #include -#define TOTAL_FLASH_PAGES 4 +#define TOTAL_FLASH_PAGES 6 extern const uintptr_t start_data_pool; extern const uintptr_t end_rom_pool;