mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
Examples/network: Add Ethernet iface to sta-2-wired bridge
* adds description about that it's not a bridge, but more like an 1:1 forwarder on L2 * add and describe mac spoofing for Ethernet interface * describe virtual networking for USB-NCM interface
This commit is contained in:
3
examples/network/sta_to_eth/sdkconfig.defaults.esp32s2
Normal file
3
examples/network/sta_to_eth/sdkconfig.defaults.esp32s2
Normal file
@@ -0,0 +1,3 @@
|
||||
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_USB=y
|
||||
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_ETHERNET=n
|
||||
CONFIG_TINYUSB_NET_MODE_NCM=y
|
Reference in New Issue
Block a user