fix(examples): Add nvs_flash dependency explicitly

This commit is contained in:
harshal.patil
2026-01-16 10:51:36 +05:30
parent b6e8c65305
commit d289d73fc6
+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 ".")