Skip to content

dual ethernet wiznet5500 esp32s3 #16491

Discussion options

You must be logged in to vote

Looking into the code I see, that the ESP32 port uses a static object for LAN. So yes, one can only have a single LAN interface. It may be possible to use a dynamic object instead, but for that the code must be changed (not a big deal) and tested. The tiny downside of that is, that dynamic objects get lost on soft reset.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@littlegreenbean33
Comment options

@littlegreenbean33
Comment options

@robert-hh
Comment options

Answer selected by littlegreenbean33
@littlegreenbean33
Comment options

@robert-hh
Comment options

@littlegreenbean33
Comment options

@littlegreenbean33
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants