mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 21:14:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			386 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			386 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Example Configuration"
 | |
| 
 | |
|     choice EXAMPLE_WPS_TYPE
 | |
|         prompt "WPS mode"
 | |
|         default EXAMPLE_WPS_TYPE_PBC
 | |
|         help
 | |
|             WPS type for the esp32 to use.
 | |
| 
 | |
|         config EXAMPLE_WPS_TYPE_PBC
 | |
|             bool "PBC"
 | |
|         config EXAMPLE_WPS_TYPE_PIN
 | |
|             bool "PIN"
 | |
|         config EXAMPLE_WPS_TYPE_DISABLE
 | |
|             bool "disable"
 | |
|     endchoice
 | |
| 
 | |
| endmenu
 | 
