Changed url to mqtt.antares.id, version to 0.9.2

This commit is contained in:
vmasdani 2019-10-07 13:33:03 +07:00
parent 7caeda1c19
commit dd109cf006
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=Antares ESP8266 MQTT name=Antares ESP8266 MQTT
version=0.9.1 version=0.9.2
author=Antares author=Antares
maintainer=Antares <support@antares.id> maintainer=Antares <support@antares.id>
sentence=A library to simplify the process of subscribing and publishing data to Antares IoT platform via MQTT on ESP8266 sentence=A library to simplify the process of subscribing and publishing data to Antares IoT platform via MQTT on ESP8266

View File

@ -9,7 +9,7 @@
class AntaresESP8266MQTT { class AntaresESP8266MQTT {
private: private:
const char* _mqttServer = "platform.antares.id"; const char* _mqttServer = "mqtt.antares.id";
const int _mqttPort = 1883; const int _mqttPort = 1883;
const int _secureMqttPort = 8883; const int _secureMqttPort = 8883;
bool _debug; bool _debug;