forked from espressif/esp-protocols
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								menu "Example Configuration"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    config BROKER_URL
							 | 
						||
| 
								 | 
							
								        string "Broker URL"
							 | 
						||
| 
								 | 
							
								        default "mqtt://mqtt.eclipseprojects.io"
							 | 
						||
| 
								 | 
							
								        help
							 | 
						||
| 
								 | 
							
								            URL of the broker to connect to
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    config BROKER_URL_FROM_STDIN
							 | 
						||
| 
								 | 
							
								        bool
							 | 
						||
| 
								 | 
							
								        default y if BROKER_URL = "FROM_STDIN"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								endmenu
							 |