This commit is contained in:
yangjiaxuan 2023-11-28 16:12:45 +08:00
parent 9e30fa0db0
commit 7f4bb50a57
1 changed files with 3 additions and 0 deletions

View File

@ -737,7 +737,10 @@ int hg_scanner_300::set_kernelsnap_ver()
if (atoi(fw.substr(4, 6).c_str()) >= 221106 && atoi(fw.substr(4, 6).c_str()) < 230210)
firmware_sup_dpi_300 = true;
else if (atoi(fw.substr(4, 6).c_str()) >= 230210)
{
firmware_sup_dpi_300 = true;
firmware_sup_dpi_600 = true;
}
else
{
firmware_sup_dpi_300 = false;