Search found 2 matches

by Andrr Filippov
Mon Oct 14, 2024 3:24 pm
Forum: IDEs for ESP-IDF
Topic: Autocompletion at Expressiv IDE doesn't work
Replies: 3
Views: 1625

Re: Autocompletion at Expressiv IDE doesn't work

Hello !

We were able to reproduce this issue.
Please, for now here is workaround for you:
go to "Espressif" menu -> open "ESP-IDF: Manager" -> delete active ESP-IDF version -> Add same ESP-IDF version.
by Andrr Filippov
Wed Jul 27, 2022 1:41 pm
Forum: ESP-IDF
Topic: How to assign Ethernet Static IP address
Replies: 6
Views: 15746

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...