Search found 1 match

by Andrr Filippov
Wed Jul 27, 2022 1:41 pm
Forum: ESP-IDF
Topic: How to assign Ethernet Static IP address
Replies: 6
Views: 14526

Re: How to assign Ethernet Static IP address

Hi ! I have tried to reproduce your issue on release/v4.2.3. I was able to set static IP for both Ethernet/Wi-Fi and ping it. This is my esp-netif configs: Wi-FI: esp_netif_dhcpc_stop(esp_netif); char* ip= "192.168.137.113"; char* gateway = "192.168.137.1"; char* netmask = "255.255.255.0"; esp_netif...