mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
examples/mqttc: add option to use MBED TLS for connections
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:

committed by
Alan C. Assis

parent
3e54ea0aae
commit
7f7bbe236d
@@ -28,6 +28,8 @@ endif
|
||||
config NETUTILS_MQTTC_WITH_MBEDTLS
|
||||
bool "Enable MQTT-C with mbedtls"
|
||||
default n
|
||||
depends on CRYPTO_MBEDTLS
|
||||
select DEV_URANDOM
|
||||
|
||||
config NETUTILS_MQTTC_VERSION
|
||||
string "MQTT-C Version"
|
||||
|
Reference in New Issue
Block a user