add uac1 modes

This commit is contained in:
Steven Dan
2026-04-10 16:46:12 +08:00
parent 05a5ac80ef
commit 85fce4673b
7 changed files with 98 additions and 10 deletions

View File

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