update flash size

This commit is contained in:
Steven Dan
2026-06-04 17:15:19 +08:00
parent 8a1f576ee3
commit ec6d280c6a
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)