FIX: incorrect display of AMS humidity
JIRA: [STUDIO-13742] Change-Id: I25c26282c48faa05ab07dbb0cdbf5147bf475ccd (cherry picked from commit 971afb8365c955c2562bb5c2d7a8effdc2b625ce)
This commit is contained in:
@@ -131,8 +131,8 @@ private:
|
||||
|
||||
// temperature and humidity
|
||||
float m_current_temperature = INVALID_AMS_TEMPERATURE; // the temperature
|
||||
int m_humidity_level = 5;
|
||||
int m_humidity_percent = -1; // the percentage, -1 means invalid. eg. 100 means 100%
|
||||
int m_humidity_level = 5; // AmsType::AMS
|
||||
int m_humidity_percent = -1; // N3F N3S, the percentage, -1 means invalid. eg. 100 means 100%
|
||||
int m_left_dry_time = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user