Merge branch 'fix/example_ssl_ds_requirements' into 'release/v5.5'

fix(example): add nvs_flash to mqtt ssl_ds requirement

See merge request espressif/esp-idf!45142
This commit is contained in:
Jiang Jiang Jian
2026-01-15 14:32:59 +08:00
@@ -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 ".")