8000 Tags · paclema/MQTTClient · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: paclema/MQTTClient

Tags

v0.3.0

Toggle v0.3.0's commit message
MQTTClient v0.3.0

* Bump MQTTClient on examples to v0.2.0
* Removed unnecessary break line in log message
* Include ESP_LOGE, ESP_LOGD and ESP_LOGV definitions for esp8266 logging
* Add MQTTClient::getMQTTClientId method
* Fix topic subscription information during MQTTClient::addTopicSub when the client is connected

v0.2.0

Toggle v0.2.0's commit message
MQTTClient v0.2.0

* Include examples information into README
* Add basic_class_with_mqtt_WebConfigServer to PlatformIO examples
* Fix issues #2 and #9. Only add topic to subscription topic list if it does not exist yet
* Add MQTTClientCallback::onTopicUpdate to inform for topic subscription new change updates
* Include topic subscription status feedback for esp8266 on topic subscription result
* Remove base_topic_pub auto subscription for esp8266 target
* Fix client callback instance for esp8266 onTopicUpdate and onSubscribed calls
* Add ESP8266Log.h to keep ESP32 logs compability
* Initialize lastTopicId on mqtt connect for esp8266
* Fix compare_versions checking the correct empty second argument

v0.1.1

Toggle v0.1.1's commit message
MQTTClient v0.1.1

* Fix c_Str typo

v0.1.0

Toggle v0.1.0's commit message
MQTTClient v0.1.0

* Fix configuring Mqtt debug message
* Fix return for getTopicSub method when the topic was not found
* Change mqtt_client_event_data.data_len to size_t
* Fix string debug message format
* Remove conflicting defines for esp8266
* Remove WebConfigServer from basic_class_with_mqtt and update example with latest version
* Add basic_class_with_mqtt_WebConfigServer example
* Exclude .github folder for pio pkg

v0.0.8

Toggle v0.0.8's commit message
MQTTClient v0.0.8

* Remove IWebConfig::saveWebConfig from setMQTTClientId

v0.0.7

Toggle v0.0.7's commit message
MQTTClient v0.0.7

* Fix typo on enabled config

v0.0.6

Toggle v0.0.6's commit message
MQTTClient v0.0.6

* Fix json mqtt config object names

v0.0.5

Toggle v0.0.5's commit message
MQTTClient v0.0.5

* Remove unnecessary class instance
* Remove IWebConfig dependency and replace parseWebConfig with setConfig method
* Fix setup definition

v0.0.4

Toggle v0.0.4's commit message
MQTTClient v0.0.4

* Enhance MQTT connection type messages for esp8266
* Use certificates configuration only if enable_certificates config is enabled fotr esp32
* Use user and password configurations only if enable_user_and_pass config is enabled fotr esp32
* Clean up preprocessor and certs achar arrays creation
* Removed WebConfigServer dependency and catch IWebConfig use
* Fix IWebConfig inheritance when WebConfigServer is not used
* Merge branch 'fix_circular_dep'
* Replace precompiled warning with mmessages

v0.0.4-rc

Toggle v0.0.4-rc's commit message
MQTTClient v0.0.4-rc

* Enhance MQTT connection type messages for esp8266
* Use certificates configuration only if enable_certificates config is enabled fotr esp32
* Use user and password configurations only if enable_user_and_pass config is enabled fotr esp32
0