mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "Example Configuration"
 | 
						|
 | 
						|
    config BROKER_URI
 | 
						|
        string "Broker URL"
 | 
						|
        default "ws://mqtt.eclipseprojects.io:80/mqtt"
 | 
						|
        help
 | 
						|
            URL of an mqtt broker which this example connects to.
 | 
						|
 | 
						|
endmenu
 |