update flash size

This commit is contained in:
Steven Dan
2026-06-04 17:15:19 +08:00
parent 4e31f7e0e0
commit 8b39245372
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
*/
#ifndef FLASH_MAX_UPGRADE_SIZE
//#define FLASH_MAX_UPGRADE_SIZE (512 * 1024)
#define FLASH_MAX_UPGRADE_SIZE (2200 * 1024)
#define FLASH_MAX_UPGRADE_SIZE (2800 * 1024)
#endif
#define FLASH_ERROR() do {} while(0)