Merge branch 'fix/update_idf_version_check_for_ecdsa_support' into 'master'

Updated the idf version check for ECDSA support

See merge request espressif/esp-mqtt!239
This commit is contained in:
Rocha Euripedes
2025-05-16 19:25:34 +08:00

View File

@ -69,8 +69,8 @@
#define MQTT_SUPPORTED_FEATURE_CRT_CMN_NAME
#endif
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0)
// Features supported in 5.3.0
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 2, 0)
// Features supported in 5.2.0
#define MQTT_SUPPORTED_FEATURE_ECDSA_PERIPHERAL
#endif