mirror of
				https://github.com/gabrielkheisa/antares-esp8266-mqtt.git
				synced 2025-11-04 06:49:22 +00:00 
			
		
		
		
	Changed url to mqtt.antares.id, version to 0.9.2
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
name=Antares ESP8266 MQTT
 | 
			
		||||
version=0.9.1
 | 
			
		||||
version=0.9.2
 | 
			
		||||
author=Antares
 | 
			
		||||
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
 | 
			
		||||
 
 | 
			
		||||
@@ -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