This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
kitchen_pilot_wire_control.ino: add a message on inactivity
master
Richard Genoud
5 years ago
parent
27cb5bada4
commit
42b067eb07
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino
+ 1
- 0
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino
View File
@ -51,6 +51,7 @@ void shutdown_heater(void *dummy)
{
// if we didn't receive a message for an hour,
// shutdown the heater
Serial
.
println
(
"
No MQTT message for one hour, switching off.
"
)
;
heater_off
(
heating_pin
)
;
}
Write
Preview
Loading…
Cancel
Save