mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
AQI: Fix another typo in AQI calculation tablet.
Fixed the table. Update the link of reference document. 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
e734459ddd
commit
2f9132c429
@ -34,7 +34,7 @@
|
||||
#include "upm_platform.h"
|
||||
#include "upm_utilities.h"
|
||||
|
||||
// https://airnow.gov/index.cfm?action=aqibasics.aqi
|
||||
// https://www3.epa.gov/airnow/aqi-technical-assistance-document-may2016.pdf
|
||||
static struct aqi {
|
||||
float clow;
|
||||
float chigh;
|
||||
@ -46,7 +46,7 @@ static struct aqi {
|
||||
{35.5, 55.4, 101, 150},
|
||||
{55.5, 150.4, 151, 200},
|
||||
{150.5, 250.4, 201, 300},
|
||||
{250.5, 350.4, 301, 350},
|
||||
{250.5, 350.4, 301, 400},
|
||||
{350.5, 500.4, 401, 500},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user