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

@@ -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;