esp_wifi_set_storage(WIFI_STORAGE_FLASH) - ESP32 Forum
Re: esp_wifi_set_storage(WIFI_STORAGE_FLASH) Postbyboarchuz»Sun Mar 07, 2021 3:56 am When you initialise WiFi with esp_wifi_init, there is a "nvs_enable" field (most of the time this is determined by CONFIG_ESP32_WIFI_NVS_ENABLED). ...