mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 76ca826758
			
		
	
	76ca826758
	
	
	
		
			
			Added a new https server example with WS support which runs * keep-alive thread to send PINGs to clients * async message to all active WS clients Moved the existing https-server example to a subfolder Closes https://github.com/espressif/esp-idf/issues/5733 Closes https://github.com/espressif/esp-idf/issues/5686
		
			
				
	
	
		
			4 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_ESP_HTTPS_SERVER_ENABLE=y
 | |
| CONFIG_ESP_NETIF_TCPIP_ADAPTER_COMPATIBLE_LAYER=n
 | |
| CONFIG_HTTPD_WS_SUPPORT=y
 |