mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 12:50:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			358 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			358 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Example Configuration"
 | |
| 
 | |
|     config EXAMPLE_IPV4
 | |
|         bool "IPV4"
 | |
|         default y
 | |
| 
 | |
|     config EXAMPLE_IPV6
 | |
|         bool "IPV6"
 | |
|         default n
 | |
|         select EXAMPLE_CONNECT_IPV6
 | |
| 
 | |
|     config EXAMPLE_PORT
 | |
|         int "Port"
 | |
|         range 0 65535
 | |
|         default 3333
 | |
|         help
 | |
|             Local port the example server will listen on.
 | |
| 
 | |
| endmenu
 | 
