update flash size 3000k

This commit is contained in:
Steven Dan
2026-06-11 08:59:20 +08:00
parent 3a11b4f891
commit 4f92c454d5
4 changed files with 8 additions and 7 deletions

View File

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