Skip to content

Commit 2d2060d

Browse files
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
2 parents 7737085 + 7d9a384 commit 2d2060d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mqtt_supported_features.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
#define MQTT_SUPPORTED_FEATURE_CRT_CMN_NAME
7070
#endif
7171

72-
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0)
73-
// Features supported in 5.3.0
72+
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 2, 0)
73+
// Features supported in 5.2.0
7474
#define MQTT_SUPPORTED_FEATURE_ECDSA_PERIPHERAL
7575
#endif
7676

0 commit comments

Comments
 (0)