@CKH12358
Thanks a lot, this example you be very useful for a upcoming project.
Search found 2 matches
- Fri Oct 29, 2021 6:49 pm
- Forum: ESP-IDF
- Topic: Adding support for LAN9303 PHY to IDF
- Replies: 3
- Views: 4582
- Fri Oct 29, 2021 1:33 am
- Forum: ESP-IDF
- Topic: eth2ap not able to connect to internet
- Replies: 2
- Views: 4601
Re: eth2ap not able to connect to internet
My guess is that since you're bridging ethernet directly to the AP you can't attach the ESP32 tcp/ip stack, so you will have to remove the netif calls Eg.: esp_netif_new, esp_netif_attach, esp_eth_start Also is there a reason why you commented the line .cs_ena_posttrans = enc28j60_cal_spi_cs_hold_ti...