You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiFi.STA, WiFi.AP, ETH and PPP all implement the NetworkInterface class. It's the glue between Arduino and LwIP. It's not really usable on it's own. One thing that can be called is the NetworkManager to let's say attach an event listener (because it implements the NetworkEvents) or set the default outgoing interface (STA, ETH or PPP)
Related area
Network
Hardware specification
All esp32
Is your feature request related to a problem?
I would like to see some examples for https://github.com/espressif/arduino-esp32/tree/master/libraries/Network
Describe the solution you'd like
Looking at the code I can figure out some stuff, but a couple of examples would be nice.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: