espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Don't return error on esp_mqtt_set_config() success path #87

Closed AxelLin closed 4 years ago

AxelLin commented 5 years ago

esp_mqtt_set_config() always return ESP_ERR_NO_MEM in current code, fix it.