ENH:update support for P1S plus

jira:[for p1s plus]

Change-Id: Id577d4e94e2162cb0045d261dfaa5f396ecded2f
This commit is contained in:
tao wang 2023-12-14 12:31:20 +08:00 committed by Lane.Wei
parent e98caffab1
commit 77339ffa1c
1 changed files with 3 additions and 0 deletions

View File

@ -1384,6 +1384,9 @@ void MachineObject::parse_status(int flag)
if (installed_plus && supported_plus) {
is_support_p1s_plus = true;
}
else {
is_support_p1s_plus = false;
}
}
sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11);