Tags: paclema/MQTTClient
Tags
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
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
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
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
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
PreviousNext