Enables cypher suite configurations on IDF => 5.5

Merges https://github.com/espressif/esp-mqtt/pull/298
This commit is contained in:
glmfe
2025-05-21 10:05:24 +02:00
parent 00cc9dbd9a
commit 56799069af
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -74,6 +74,10 @@
#define MQTT_SUPPORTED_FEATURE_ECDSA_PERIPHERAL
#endif
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 5, 0)
// Features supported in 5.5.0
#define MQTT_SUPPORTED_FEATURE_CIPHERSUITES_LIST
#endif
#endif /* ESP_IDF_VERSION */
#endif // _MQTT_SUPPORTED_FEATURES_H_