mirror of
https://github.com/gabrielkheisa/antares-esp8266-mqtt.git
synced 2025-08-21 11:31:09 +00:00
Changed url to mqtt.antares.id, version to 0.9.2
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user