We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/espressif/esp-idf/tree/master/examples/ethernet/basic
ESP-IDF v5.4
Issue:
using 2times W5500
https://gist.github.com/diplfranzhoepfinger/6fc3e9050228a7696de2a1af00b4d7e6
ETH 1 all OK, ETH 2 only show UP and DOWN, but no DHCP.
tested on 2 totally different Hardware:
so i guess it is a SW Problem.
Thanks, Franz
The text was updated successfully, but these errors were encountered:
@diplfranzhoepfinger thanks for reporting the issue. There is really a problem, https://github.com/espressif/esp-idf/blob/master/examples/ethernet/basic/main/ethernet_example_main.c#L109.
eth_netif_glues[i] = esp_eth_new_netif_glue(eth_handles[0]);
should be
eth_netif_glues[i] = esp_eth_new_netif_glue(eth_handles[i]);
Sorry, something went wrong.
bogdankolendovskyy
No branches or pull requests
Answers checklist.
General issue report
https://github.com/espressif/esp-idf/tree/master/examples/ethernet/basic
ESP-IDF v5.4
Issue:
using 2times W5500
https://gist.github.com/diplfranzhoepfinger/6fc3e9050228a7696de2a1af00b4d7e6
ETH 1 all OK,
ETH 2 only show UP and DOWN, but no DHCP.
tested on 2 totally different Hardware:
so i guess it is a SW Problem.
Thanks,
Franz
The text was updated successfully, but these errors were encountered: