mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 08:31:37 +01:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								menu "Host-test config"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    config GCOV_ENABLED
							 | 
						||
| 
								 | 
							
								        bool "Coverage analyzer"
							 | 
						||
| 
								 | 
							
								        default n
							 | 
						||
| 
								 | 
							
								        help
							 | 
						||
| 
								 | 
							
								            Enables coverage analyzing for host tests.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    config WEBSOCKET_URI
							 | 
						||
| 
								 | 
							
								          string "Websocket endpoint URI"
							 | 
						||
| 
								 | 
							
								          default "ws://echo.websocket.events"
							 | 
						||
| 
								 | 
							
								          help
							 | 
						||
| 
								 | 
							
								              URL of websocket endpoint this example connects to and sends echo
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								endmenu
							 |