From 5ffa9d5dcb06ed891c0035826e9dc257c82e161e Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Thu, 15 Jan 2026 12:54:34 +0800 Subject: [PATCH] fix(example): add nvs_flash to mqtt ssl_ds requirement --- examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt b/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt index 055d4c563a..e6d6094e5b 100644 --- a/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt +++ b/examples/protocols/mqtt/ssl_ds/main/CMakeLists.txt @@ -1,3 +1,3 @@ idf_component_register(SRCS "app_main.c" - PRIV_REQUIRES mqtt esp_netif + PRIV_REQUIRES mqtt esp_netif nvs_flash INCLUDE_DIRS ".")