mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更新版本
This commit is contained in:
BIN
firmware/PowerPico_Firmware_v1.0.7.bin
Normal file
BIN
firmware/PowerPico_Firmware_v1.0.7.bin
Normal file
Binary file not shown.
@@ -1309,7 +1309,7 @@
|
||||
|
||||
<Group>
|
||||
<GroupName>Middlewares/LVGL/Src</GroupName>
|
||||
<tvExp>1</tvExp>
|
||||
<tvExp>0</tvExp>
|
||||
<tvExpOptDlg>0</tvExpOptDlg>
|
||||
<cbSel>0</cbSel>
|
||||
<RteFlg>0</RteFlg>
|
||||
|
||||
@@ -56,6 +56,10 @@ void LvHandlerTask(void *argument)
|
||||
ui_update_vol_cur_varables(power_data.voltage, power_data.current);
|
||||
}
|
||||
_time = lv_timer_handler();
|
||||
// 限制最大休眠时间,保证按键队列被及时读取
|
||||
if(_time > 30) {
|
||||
_time = 30;
|
||||
}
|
||||
osDelay(_time);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user