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
main/kitchen: fix blinking led
master
Richard Genoud
5 years ago
parent
7ad02dbf99
commit
d33fb91efa
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino
+2
-0
soft/main_pilot_wire_control/main_pilot_wire_control.ino
+ 2
- 0
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino
View File
@ -123,6 +123,8 @@ void setup()
heater_off
(
heaters
[
i
]
.
pin
)
;
}
pinMode
(
led_pin
,
OUTPUT
)
;
Serial
.
begin
(
115200
)
;
// Optionnal functionnalities of EspMQTTClient :
+ 2
- 0
soft/main_pilot_wire_control/main_pilot_wire_control.ino
View File
@ -151,6 +151,8 @@ void setup()
heater_off
(
heaters
[
i
]
.
pin
)
;
}
pinMode
(
led_pin
,
OUTPUT
)
;
Serial
.
begin
(
115200
)
;
// Optionnal functionnalities of EspMQTTClient :
Write
Preview
Loading…
Cancel
Save