This commit is contained in:
wu58430 2024-01-08 12:41:14 +08:00
parent 8b90e5f559
commit b8553a05d4
4 changed files with 44 additions and 42 deletions

5
main.c
View file

@ -293,7 +293,10 @@ void Main(void) {
//BootMode = BOOT_GetMode(); //BootMode = BOOT_GetMode();
// if (BootMode == BOOT_MODE_F_LOCK) // if (BootMode == BOOT_MODE_F_LOCK)
gMenuListCount = 46; // gMenuListCount = 46;
gMenuListCount = 0;
while (MenuList[gMenuListCount].name[0] != '\0') gMenuListCount++;
// wait for user to release all butts before moving on // wait for user to release all butts before moving on

View file

@ -17,7 +17,7 @@
### 收款码 ### 收款码
| 赞助商 | 渠道 | 金额 | 时间 | | 赞助商 | 渠道 | 金额 | 时间 |
|-----------|-------|------------:|------------| |------------------|-------|------------:|------------|
| 忠 | 微信打赏 | ¥20.00 | 2023-11-19 | | 忠 | 微信打赏 | ¥20.00 | 2023-11-19 |
| BG6SNG | 支付宝打赏 | ¥10.00 | 2023-11-20 | | BG6SNG | 支付宝打赏 | ¥10.00 | 2023-11-20 |
| 江璐璐 | 支付宝打赏 | ¥10.00 | 2023-11-21 | | 江璐璐 | 支付宝打赏 | ¥10.00 | 2023-11-21 |
@ -60,6 +60,7 @@
| J*u | 微信打赏 | ¥5.00 | 2024-01-02 | | J*u | 微信打赏 | ¥5.00 | 2024-01-02 |
| **云 | 支付宝打赏 | ¥5.00 | 2023-01-03 | | **云 | 支付宝打赏 | ¥5.00 | 2023-01-03 |
| *◤ | 微信打赏 | ¥20.00 | 2024-01-04 | | *◤ | 微信打赏 | ¥20.00 | 2024-01-04 |
| 谷恒条野 | 微信打赏 | ¥5.00 | 2024-01-07 |

View file

@ -126,7 +126,7 @@ const t_menu_item MenuList[] =
{/*"Reset",*/ VOICE_ID_INITIALISATION, MENU_RESET, {/*"Reset",*/ VOICE_ID_INITIALISATION, MENU_RESET,
}, // might be better to move this to the hidden menu items ? }, // might be better to move this to the hidden menu items ?
// {/*"",*/ VOICE_ID_INVALID, 0xff ,"\x00"} // end of list - DO NOT delete or move this this {/*"",*/ VOICE_ID_INVALID, 0xff ,"\x00"} // end of list - DO NOT delete or move this this
}; };
#if ENABLE_CHINESE_FULL == 4 #if ENABLE_CHINESE_FULL == 4
const char gSubMenu_PONMSG[][5]={ const char gSubMenu_PONMSG[][5]={
@ -135,7 +135,6 @@ const char gSubMenu_PONMSG[][5]={
}; };
#endif #endif
const uint8_t FIRST_HIDDEN_MENU_ITEM = MENU_F_LOCK;
#if ENABLE_CHINESE_FULL != 4 #if ENABLE_CHINESE_FULL != 4
const char gSubMenu_SFT_D[][10] =//4 const char gSubMenu_SFT_D[][10] =//4
#else #else

View file

@ -143,7 +143,6 @@ MENU_PONMSG,
MENU_BATTYP MENU_BATTYP
}; };
extern const uint8_t FIRST_HIDDEN_MENU_ITEM;
extern const t_menu_item MenuList[]; extern const t_menu_item MenuList[];
#if ENABLE_CHINESE_FULL==4 #if ENABLE_CHINESE_FULL==4