mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
AQI: Fix a typo in AQI calculation tablet.
Signed-off-by: Rex Tsai (蔡志展) <rex.cc.tsai@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
cc3721128e
commit
e734459ddd
@ -41,7 +41,7 @@ static struct aqi {
|
|||||||
int llow;
|
int llow;
|
||||||
int lhigh;
|
int lhigh;
|
||||||
} aqi[] = {
|
} aqi[] = {
|
||||||
{0.0, 12.4, 0, 50},
|
{0.0, 12.0, 0, 50},
|
||||||
{12.1, 35.4, 51, 100},
|
{12.1, 35.4, 51, 100},
|
||||||
{35.5, 55.4, 101, 150},
|
{35.5, 55.4, 101, 150},
|
||||||
{55.5, 150.4, 151, 200},
|
{55.5, 150.4, 151, 200},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user