mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-03 16:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "MQTT Configuration"
 | 
						|
 | 
						|
    config MQTT_CMD_AUTO_REGISTRATION
 | 
						|
        bool "Enable Console command mqtt Auto-registration"
 | 
						|
        default y
 | 
						|
        help
 | 
						|
            Enabling this allows for the autoregistration of the wifi command.
 | 
						|
 | 
						|
    config MQTT_BROKER_URL
 | 
						|
        string "Broker URL or IP address"
 | 
						|
        default "mqtt://mqtt.eclipseprojects.io"
 | 
						|
        help
 | 
						|
            URL or IP address of the broker to connect to
 | 
						|
 | 
						|
endmenu
 |