nvs saves

This commit is contained in:
Robert McMahon 2025-12-19 10:36:10 -08:00
parent ca8b382a40
commit 3969c5780d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
idf_component_register(SRCS "app_console.c"
INCLUDE_DIRS "."
PRIV_REQUIRES console wifi_cfg wifi_controller iperf)
PRIV_REQUIRES console wifi_cfg wifi_controller iperf nvs_flash)

View File

@ -6,6 +6,8 @@
#include "iperf.h"
#include "wifi_controller.h"
#include "esp_wifi.h"
#include "nvs.h"
#include "nvs_flash.h"
#include <string.h>
#include <arpa/inet.h>
#include <inttypes.h>