From 27cb5bada4370eb4f96228ea21f0a349a81a651a Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Mon, 23 Sep 2019 19:51:13 +0200 Subject: [PATCH] kitchen_pilot_wire_control.ino fix header comment --- .../kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino b/soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino index aa69254..500d7dd 100644 --- a/soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino +++ b/soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino @@ -1,8 +1,6 @@ /* - SimpleMQTTClient.ino - The purpose of this exemple is to illustrate a simple handling of MQTT and Wifi connection. - Once it connects successfully to a Wifi network and a MQTT broker, it subscribe to a topic and send a message to it. - It will also send a message delayed 5 seconds later. + kitchen_pilot_wire_control.ino + Switches on or off a heater. */ #include "EspMQTTClient.h"