mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
fix(examples): Add nvs_flash dependency explicitly
This commit is contained in:
@@ -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 ".")
|
||||
|
||||
Reference in New Issue
Block a user