mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "ESP HTTPS server"
 | 
						|
 | 
						|
    config ESP_HTTPS_SERVER_ENABLE
 | 
						|
        bool "Enable ESP_HTTPS_SERVER component"
 | 
						|
        select ESP_TLS_SERVER
 | 
						|
        help
 | 
						|
            Enable ESP HTTPS server component
 | 
						|
 | 
						|
endmenu
 |