From d8ed35483fc97c605ddcb81d48a504b724aff691 Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 2 May 2023 13:48:07 +0200 Subject: [PATCH] add todo --- IOT/lib/Capteur/src/HumiTemp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOT/lib/Capteur/src/HumiTemp.cpp b/IOT/lib/Capteur/src/HumiTemp.cpp index 9ddc11c..0cde489 100644 --- a/IOT/lib/Capteur/src/HumiTemp.cpp +++ b/IOT/lib/Capteur/src/HumiTemp.cpp @@ -13,7 +13,7 @@ String HumiTemp::read(){ int temp = this->capteur->readTemperature(false,true); //valeur pour un élevage d'astico de pèche selon chatGPT - if((temp > 20 && temp < 30) && (hum > 60 && hum < 80)){ + if((temp > 20 && temp < 30) && (hum > 60 && hum < 80)){//TODO: passer les valeurs en config this->full = true; }else{ this->full = false;