mirror of
https://github.com/gabrielkheisa/antares-esp8266-mqtt.git
synced 2024-12-05 01:33:23 +07:00
Changed url to mqtt.antares.id, version to 0.9.2
This commit is contained in:
parent
7caeda1c19
commit
dd109cf006
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user