Skip to content

Commit

Permalink
info about CO levels
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Mar 2, 2024
1 parent 001f46b commit 79eb397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const SENSORS: SensorInfo[] = [
id: Sensors.co,
min: 0,
max: 2000,
levels: [0, 20, 400, 1000, 1800],
levels: [0, 9, 50, 200, 800],
units: "ppm",
info: "Carbon Monoxide is...."
info: "Carbon Monoxide is....<br><br>https://www.co2meter.com/blogs/news/carbon-monoxide-levels-chart<br>https://www.spec-sensors.com/wp-content/uploads/2016/05/Carbon-Monoxide-Risks-at-Low-Levels.pdf"
},
{
name: "Ethanol",
Expand Down

0 comments on commit 79eb397

Please sign in to comment.