clean session =1, not true

This commit is contained in:
Tuan PM
2018-02-17 01:15:15 +07:00
parent 782e1f8042
commit 66b21752ba
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ typedef struct {
esp_mqtt_client_handle_t esp_mqtt_client_init(const esp_mqtt_client_config_t *config);
esp_err_t esp_mqtt_client_set_uri(esp_mqtt_client_handle_t client, const char *uri);
esp_err_t esp_mqtt_client_start(esp_mqtt_client_handle_t client);
esp_err_t esp_mqtt_client_stop(esp_mqtt_client_handle_t client);
esp_err_t esp_mqtt_client_subscribe(esp_mqtt_client_handle_t client, const char *topic, int qos);