Browse Source

kitchen_pilot_wire_control.ino fix header comment

master
Richard Genoud 5 years ago
parent
commit
27cb5bada4
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino

+ 2
- 4
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino View File

@ -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"


Loading…
Cancel
Save