mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-13 13:59:57 +01:00
Added support to set server common name.
This commit is contained in:
committed by
Euripedes Rocha
parent
ffd7d4df6c
commit
6195762d28
@@ -64,5 +64,11 @@
|
||||
#define MQTT_SUPPORTED_FEATURE_CERTIFICATE_BUNDLE
|
||||
#endif
|
||||
|
||||
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 1, 0)
|
||||
// Features supported in 5.1.0
|
||||
#define MQTT_SUPPORTED_FEATURE_CRT_CMN_NAME
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* ESP_IDF_VERSION */
|
||||
#endif // _MQTT_SUPPORTED_FEATURES_H_
|
||||
|
||||
Reference in New Issue
Block a user