mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-08 19:12:40 +01:00
Reports config conflicts error to the user
- Configuration conflicts were verified, logged but not reported to the user.
This commit is contained in:
committed by
David Čermák
parent
026ea95338
commit
88f4b8ed50
@@ -375,6 +375,7 @@ esp_err_t esp_mqtt_client_destroy(esp_mqtt_client_handle_t client);
|
||||
* @param config mqtt configuration structure
|
||||
*
|
||||
* @return ESP_ERR_NO_MEM if failed to allocate
|
||||
* ESP_ERR_INVALID_ARG if conflicts on transport configuration.
|
||||
* ESP_OK on success
|
||||
*/
|
||||
esp_err_t esp_mqtt_set_config(esp_mqtt_client_handle_t client, const esp_mqtt_client_config_t *config);
|
||||
|
||||
Reference in New Issue
Block a user