mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
 | 
						|
    config EXAMPLE_PORT
 | 
						|
        string "Asio example server port number"
 | 
						|
        default "2222"
 | 
						|
        help
 | 
						|
            Port number used by Asio example
 | 
						|
 | 
						|
endmenu
 |