1、充电时不再叠待机绿灯;意外复位不再跳过 3s 开机按键判定
2、电机停转去掉反接刹车改自由滑行,避免电流冲击触发 LVD 复位; 3、关机直接 power_set_soft_poweroff,跳过耳机 SDK 优雅关机流程,按键关机从十几秒压到瞬间掉电
This commit is contained in:
@@ -201,7 +201,7 @@ void app_mode_run(void)
|
||||
{
|
||||
const AppModeStep_t *tbl;
|
||||
|
||||
bsp_motor_brake_tick();
|
||||
bsp_motor_switch_tick();
|
||||
if (!s_mode.initialized || s_mode.active == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user