FIX: cover the mistake of AP at n series
jira: [STUDIO-11014] Change-Id: Ib9ec7924f217c736f2098b50d9916fef9888f3e6
This commit is contained in:
parent
f74efcf3e6
commit
ced9af106e
|
@ -1580,6 +1580,8 @@ void MachineObject::parse_status(int flag)
|
|||
}
|
||||
|
||||
is_support_flow_calibration = ((flag >> 15) & 0x1) != 0;
|
||||
if (this->is_series_n()) { is_support_flow_calibration = true; }/* STUDIO-11014 cover the mistake of AP at n series*/
|
||||
|
||||
is_support_pa_calibration = ((flag >> 16) & 0x1) != 0;
|
||||
|
||||
if (xcam_prompt_sound_hold_count > 0)
|
||||
|
|
Loading…
Reference in New Issue