Skip to content

Commit b0632cd

Browse files
committed
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).
1 parent 7b2473b commit b0632cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ typedef struct {
151151
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
152152
float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
153153
normal (unitless) */
154-
float nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal
154+
float nox_index; /**< NOx (Nitrogen Oxides) index where 1 is normal
155155
(unitless) */
156156
float CO2; /**< Measured CO2 in parts per million (ppm) */
157157
float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm

0 commit comments

Comments
 (0)