Browse Source

underscores shoudn't be in hostnames

master
Richard Genoud 5 years ago
parent
commit
8e7ea527fc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino

+ 3
- 3
soft/kitchen/kitchen_pilot_wire_control/kitchen_pilot_wire_control.ino View File

@ -6,12 +6,12 @@
#include "EspMQTTClient.h"
EspMQTTClient client(
"rico2",
"rico",
"xxxxxx",
"192.168.1.3", // MQTT Broker server ip
"192.168.1.2", // MQTT Broker server ip
"MQTTUsername", // Can be omitted if not needed
"MQTTPassword", // Can be omitted if not needed
"pilote_cuisine", // Client name that uniquely identify your device
"pilote-cuisine", // Client name that uniquely identify your device
1883 // The MQTT port, default to 1883. this line can be omitted
);


Loading…
Cancel
Save