We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063ea98 commit 8a78aa6Copy full SHA for 8a78aa6
examples/10.StarterKit/p03_LoveOMeter/p03_LoveOMeter.ino
@@ -60,7 +60,7 @@ void loop() {
60
61
// if the current temperature is lower than the baseline
62
// turn off all LEDs
63
- if (temperature < baselineTemp) {
+ if (temperature < baselineTemp + 2) {
64
digitalWrite(2, LOW);
65
digitalWrite(3, LOW);
66
digitalWrite(4, LOW);
0 commit comments