mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 11:18:01 +02:00
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:
@ -69,8 +69,8 @@
|
|||||||
#define MQTT_SUPPORTED_FEATURE_CRT_CMN_NAME
|
#define MQTT_SUPPORTED_FEATURE_CRT_CMN_NAME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0)
|
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 2, 0)
|
||||||
// Features supported in 5.3.0
|
// Features supported in 5.2.0
|
||||||
#define MQTT_SUPPORTED_FEATURE_ECDSA_PERIPHERAL
|
#define MQTT_SUPPORTED_FEATURE_ECDSA_PERIPHERAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user