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 e56e8a0 commit 0924b63Copy full SHA for 0924b63
thermostat.ino
@@ -75,8 +75,8 @@ void getTemperature() {
75
DS18B20.requestTemperatures(); // initialize temperature sensor
76
temp_c = float(DS18B20.getTempCByIndex(0)); // read sensor
77
yield();
78
- Serial.println(temp_c);
79
temp_c = temp_c + temp_dev; // calibrating sensor
+ Serial.println(temp_c);
80
}
81
82
void switchRelais(String sw = "TOGGLE") { // if no parameter given, assume TOGGLE
0 commit comments