Merge branch 'fix/build_failure_ssl_ds' into 'master'

Add nvs_flash dependency explicitly

See merge request espressif/esp-mqtt!271
This commit is contained in:
Euripedes Rocha
2026-02-03 12:30:03 +01:00
+1 -1
View File
@@ -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 ".")