mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
114
This commit is contained in:
parent
8b90e5f559
commit
b8553a05d4
4 changed files with 44 additions and 42 deletions
5
main.c
5
main.c
|
@ -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
|
||||||
|
|
|
@ -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 |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue