diff --git a/IOT/lib/Capteur/src/HumiTemp.cpp b/IOT/lib/Capteur/src/HumiTemp.cpp index 65e0ac3..9ddc11c 100644 --- a/IOT/lib/Capteur/src/HumiTemp.cpp +++ b/IOT/lib/Capteur/src/HumiTemp.cpp @@ -14,9 +14,9 @@ String HumiTemp::read(){ //valeur pour un élevage d'astico de pèche selon chatGPT if((temp > 20 && temp < 30) && (hum > 60 && hum < 80)){ - this->full = true + this->full = true; }else{ - this->full = false + this->full = false; } sortie += String(hum);