mqtt: updated to latest version to include latest fixes, support for global CA store, extended error structure to receive mqtt specific errors. updated idf ssl example to use this error struct

backport of 640eac84fa
This commit is contained in:
David Cermak
2019-10-09 11:03:26 +02:00
parent 2cde888a6d
commit f96c02adac
3 changed files with 10 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
#define _ESP_TRANSPORT_SSL_H_
#include "esp_transport.h"
#include "esp_tls.h"
#ifdef __cplusplus
extern "C" {