Skip to content

Commit

Permalink
fix gwennan problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMarche committed Jan 9, 2023
1 parent e716a05 commit d9f0aa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mushrooms_firm/mushrooms_firm.ino
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ void loop() {
Serial.println(retourTmp);
} else if (op==6) {
Serial.println(retourHygro);
} else {
Serial.println(op);
}
nbAvailable = Serial.available();
}
Expand Down Expand Up @@ -141,4 +139,4 @@ void setHygroCommand() {
delay(timeUp*300);
digitalWrite(PWM_hygro, LOW);
delay((16-timeUp)*300);
}
}

0 comments on commit d9f0aa0

Please sign in to comment.