From b0632cde7f9955b5c9689611a9981bc0857cfcff Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Mon, 6 Jan 2025 14:40:55 +0000 Subject: [PATCH] Fix NOX index baseline value in comment Fixes #55 Testing CoPilot Workspaces to solve this complicated one line issue ;) --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/adafruit/Adafruit_Sensor/issues/55?shareId=XXXX-XXXX-XXXX-XXXX). --- Adafruit_Sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_Sensor.h b/Adafruit_Sensor.h index 8c6a07d..ad865da 100644 --- a/Adafruit_Sensor.h +++ b/Adafruit_Sensor.h @@ -151,7 +151,7 @@ typedef struct { float tvoc; /**< Total Volatile Organic Compounds, in ppb */ float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is normal (unitless) */ - float nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal + float nox_index; /**< NOx (Nitrogen Oxides) index where 1 is normal (unitless) */ float CO2; /**< Measured CO2 in parts per million (ppm) */ float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm