mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-03 08:01:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			393 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			393 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "ESP WebSocket client"
 | 
						|
 | 
						|
    config ESP_WS_CLIENT_ENABLE_DYNAMIC_BUFFER
 | 
						|
        bool "Enable websocket client dynamic buffer for send and receive data"
 | 
						|
        default n
 | 
						|
        help
 | 
						|
            Enable this option will reallocated buffer when send or receive data and free them when end of use.
 | 
						|
            This can save about 2 KB memory when no websocket data send and receive.
 | 
						|
 | 
						|
endmenu
 |