feat: 添加声音序列

This commit is contained in:
bmy
2024-01-08 22:08:43 +08:00
parent 6bb5b9eaad
commit bf76c25f41
5 changed files with 77 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ uint8_t Page_GetStatus(void)
*/
void Page_Run(void)
{
uint8_t temp_status = by_get_rb_status(); // 轮询旋钮状态
uint8_t temp_status = by_get_rb_status(); // 轮询旋钮状态
if(temp_status){
pagelist[now_page].EventCallback(temp_status);
}