mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 03:44:59 +00:00
448714b056
esp-mqtt is now a managed component at espressif/mqtt
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
# Enable the built-in certificate bundle for TLS server verification
|
|
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y
|
|
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
|
|
|
|
# Enable MQTT v5 support in the managed ESP-MQTT component
|
|
CONFIG_MQTT_PROTOCOL_5=y
|