mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			272 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			272 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "ESP HTTPS server"
 | 
						|
 | 
						|
    config ESP_HTTPS_SERVER_ENABLE
 | 
						|
        bool "Enable ESP_HTTPS_SERVER component"
 | 
						|
        depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
 | 
						|
        select ESP_TLS_SERVER
 | 
						|
        help
 | 
						|
            Enable ESP HTTPS server component
 | 
						|
 | 
						|
endmenu
 |