mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 9f4eb5c94b
			
		
	
	9f4eb5c94b
	
	
	
		
			
			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 |