1.关闭电池检测有机率宕机,暂时屏蔽

This commit is contained in:
payton 2023-12-26 15:00:38 +08:00
parent bf0f59af83
commit ce5a796aeb

View File

@ -968,7 +968,7 @@ unsigned char sf_commu_parse_mcu_data(unsigned char * src, unsigned int len)
{ {
printf("[power off] %s(%d)\n", __FUNCTION__, __LINE__); printf("[power off] %s(%d)\n", __FUNCTION__, __LINE__);
sf_set_power_off_flag(1); sf_set_power_off_flag(1);
sf_app_battery_stop(); //sf_app_battery_stop();
system("reboot"); system("reboot");
} }
else else