diff --git a/library.properties b/library.properties index 285e1d2..7065684 100755 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Antares ESP8266 MQTT -version=0.9.1 +version=0.9.2 author=Antares maintainer=Antares sentence=A library to simplify the process of subscribing and publishing data to Antares IoT platform via MQTT on ESP8266 diff --git a/src/AntaresESP8266MQTT.h b/src/AntaresESP8266MQTT.h index 86edbd6..0bb1704 100755 --- a/src/AntaresESP8266MQTT.h +++ b/src/AntaresESP8266MQTT.h @@ -9,7 +9,7 @@ class AntaresESP8266MQTT { private: - const char* _mqttServer = "platform.antares.id"; + const char* _mqttServer = "mqtt.antares.id"; const int _mqttPort = 1883; const int _secureMqttPort = 8883; bool _debug;