fix(example): add nvs_flash to mqtt ssl_ds requirement

This commit is contained in:
Chen Yudong
2026-01-15 12:54:34 +08:00
committed by Chen Yu Dong
parent ee58372ea1
commit 5ffa9d5dcb
@@ -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 ".")