From dd109cf006fb189c5e961992533f5a2e747f0ffe Mon Sep 17 00:00:00 2001 From: vmasdani Date: Mon, 7 Oct 2019 13:33:03 +0700 Subject: [PATCH] Changed url to mqtt.antares.id, version to 0.9.2 --- library.properties | 2 +- src/AntaresESP8266MQTT.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;