mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 15:11:40 +01:00 
			
		
		
		
	* This switch allows applications to replace lwip with a different IP stack or just make it build if it is a dependency but not actually needed.
		
			
				
	
	
		
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_IDF_TARGET="linux"
 | |
| CONFIG_EXAMPLE_IPV4_ADDR="127.0.0.1"
 | |
| CONFIG_EXAMPLE_CONNECT_LWIP_TAPIF=n
 | |
| CONFIG_LWIP_ENABLE=y
 |