|
|
@ -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
|
|
|
|
); |
|
|
|
|
|
|
|