mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00

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
216 B
216 B
1 | key | type | encoding | value |
---|---|---|---|---|
2 | nvs.net80211 | namespace | ||
3 | opmode | data | u8 | 2 |
4 | ap.ssid | data | blob_sz_fill(32;0x00) | myssid |
5 | ap.passwd | data | blob_fill(64;0x00) | mypassword |
6 | ap.authmode | data | u8 | 3 |
7 | ap.max.conn | data | u8 | 3 |
8 | ap.pmf_r | data | u8 | 0 |