Files
esp-idf/examples/wifi/wifi_nvs_config/partitions_example.csv
Aditi 9f4eb5c94b feat(esp_wifi): Add example to write wifi config in nvs
This commit adds example for using wifi station and softap by flashing wifi config
directly into nvs using NVS Partition generator Utility (using csv file).

Closes https://github.com/espressif/esp-idf/issues/14554
2025-05-09 11:34:47 +05:30

314 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3# Name, Type, SubType, Offset, Size, Flags
4nvs, data, nvs, 0x9000, 0x6000,
5phy_init, data, phy, 0xf000, 0x1000,
6factory, app, factory, 0x10000, 1M,