Fixed mqtt server string.
This commit is contained in:
parent
ad132c0574
commit
db7548cb1a
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#define DEFAULT_UPDATE_RATE 100
|
#define DEFAULT_UPDATE_RATE 100
|
||||||
|
|
||||||
#define ADDRESS "tcp://mqtt.brak:1883"
|
#define ADDRESS "tcp://localhost:1883"
|
||||||
#define CLIENTID "gilles"
|
#define CLIENTID "gilles"
|
||||||
#define TOPIC "telemetry"
|
#define TOPIC "telemetry"
|
||||||
//#define PAYLOAD "Hello, MQTT!"
|
//#define PAYLOAD "Hello, MQTT!"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue