1.修改dp电池类型

This commit is contained in:
payton 2023-12-19 15:33:47 +08:00
parent 9f7c58515f
commit eb3e4e257f

View File

@ -1059,7 +1059,7 @@ UINT32 sf_create_dailyreport_file(void)
} }
else if(temp == SF_POWER_TYPE_LI_POLYER) else if(temp == SF_POWER_TYPE_LI_POLYER)
{ {
sprintf(str, "Custom"); sprintf(str, "Lith Pack");
} }
else else
{ {