diff --git a/src/gilles/gameloop/gameloop.c b/src/gilles/gameloop/gameloop.c index 387c320..26882b5 100644 --- a/src/gilles/gameloop/gameloop.c +++ b/src/gilles/gameloop/gameloop.c @@ -15,7 +15,7 @@ #define DEFAULT_UPDATE_RATE 100 -#define ADDRESS "tcp://mqtt.brak:1883" +#define ADDRESS "tcp://localhost:1883" #define CLIENTID "gilles" #define TOPIC "telemetry" //#define PAYLOAD "Hello, MQTT!"