Fix IDF supported features: cert-bundle from v4.4

This commit is contained in:
David Cermak
2021-06-16 07:57:49 +02:00
parent 626dc3645b
commit 2e15c9a5fe

View File

@ -57,6 +57,10 @@
// Features supported in 4.3
#define MQTT_SUPPORTED_FEATURE_DIGITAL_SIGNATURE
#define MQTT_SUPPORTED_FEATURE_TRANSPORT_SOCK_ERRNO_REPORTING
#endif
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 0)
// Features supported in 4.4
#define MQTT_SUPPORTED_FEATURE_CERTIFICATE_BUNDLE
#endif