mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 14:14:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ESP32S2 has USB-OTG, let's prefer virtual Ethernet (USB-NCM device)
 | 
						|
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_USB=y
 | 
						|
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_ETHERNET=n
 | 
						|
CONFIG_TINYUSB_NET_MODE_NCM=y
 |