Search found 3 matches

by Andrr Filippov
Tue Jan 07, 2025 9:23 am
Forum: IDEs for ESP-IDF
Topic: Eclipse - Editor Templates not working
Replies: 1
Views: 6411

Re: Eclipse - Editor Templates not working

Hi !

It's just different from the default behavior.
For example, to generate an if statement, you need to type if.
Some code templates might indeed be missing, but that's more of an LSP issue.
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: 9084

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: 18030

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

Go to advanced search