Passage à un MQTT mosquitto en localhost

This commit is contained in:
Pierrick C
2017-09-18 23:10:36 +02:00
parent e897b59d1f
commit eb17eccb27
3 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
/************************* MQTT broker Setup *********************************/
#define MQTT_SERVER "192.168.0.3"
#define MQTT_SERVER "192.168.0.18"
#define MQTT_SERVERPORT 1883 // use 8883 for SSL
#define MQTT_USERNAME "arofarn"
#define MQTT_KEY "WaKaW9XMGUZ3rRJD"