From 2f9132c429d4950095baa34abab9068cd39fe773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rex=20Tsai=20=28=E8=94=A1=E5=BF=97=E5=B1=95=29?= Date: Mon, 18 Sep 2017 13:24:05 +0800 Subject: [PATCH] AQI: Fix another typo in AQI calculation tablet. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed the table. Update the link of reference document. Signed-off-by: Rex Tsai (蔡志展) Signed-off-by: Abhishek Malik --- src/utilities/upm_utilities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utilities/upm_utilities.c b/src/utilities/upm_utilities.c index c655ca1b..0eadf2f0 100644 --- a/src/utilities/upm_utilities.c +++ b/src/utilities/upm_utilities.c @@ -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}, };