typo: ";"

This commit is contained in:
Clement 2023-05-02 13:45:05 +02:00
parent d67e4a9da8
commit c89b6d1479

View File

@ -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);