From 0c8e0130d86e5b01c9374b62b83f7dd941935b2a Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Wed, 20 Sep 2023 19:15:36 +0200 Subject: [PATCH] removed unimplemented method in header for CM1106 --- src/Sensors.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Sensors.hpp b/src/Sensors.hpp index c9e7c793..8df20a2b 100644 --- a/src/Sensors.hpp +++ b/src/Sensors.hpp @@ -439,7 +439,6 @@ class Sensors { bool pm1006Read(); bool CO2Mhz19Read(); bool CO2CM1106Read(); - int CO2CM116val(); bool CO2Mhz19Init(); bool CO2CM1106Init(); bool senseAirS8Init();