From fd4a368e313c6a7aae226ffe31a810a05bc190ed Mon Sep 17 00:00:00 2001
From: Francois <thiebolt@irit.fr>
Date: Tue, 8 Mar 2022 00:09:13 +0100
Subject: [PATCH] update

---
 neosensor/libraries/neocampus_drivers/SCD4x.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/neosensor/libraries/neocampus_drivers/SCD4x.h b/neosensor/libraries/neocampus_drivers/SCD4x.h
index e6bfc129..6e30425c 100644
--- a/neosensor/libraries/neocampus_drivers/SCD4x.h
+++ b/neosensor/libraries/neocampus_drivers/SCD4x.h
@@ -36,9 +36,9 @@ TO BE CONTINUED
 /*
  * Definitions
  */
-/* SHT3x sensors send back both T and RH at the same time, but since
- * we'll have both instances of this class ==> we implement a cache to
- * avoid reading the sensors two times one for T then for RH */
+/* SCD4x sensor send back both CO2, T and RH at the same time, but since
+ * we'll have three instances of this class ==> we implement a cache to
+ * avoid reading the sensor multiple times */
 #define SHT3X_SENSOR_CACHE_MS       5000  // ms caches values validity
 
 // Enable CRC lookup table (regular computation otherwise)
-- 
GitLab