Search found 1 match

by krzysiekorion
Fri May 24, 2019 6:54 pm
Forum: General Discussion
Topic: Assign a static IP address to the the ethernet Port
Replies: 4
Views: 11290

Re: Assign a static IP address to the the ethernet Port

Hello, I have the same problem, I cannot set static IP: failed: esp_err_t 0x5001 (ESP_ERR_TCPIP_ADAPTER_INVALID_PARAMS) I use ESP-IDF v4.0-dev-478-gdf61612 and ESP32 DevKit V1 void eth_init() { tcpip_adapter_init(); ESP_ERROR_CHECK(esp_event_loop_init(eth_event_handler, NULL)); ESP_ERROR_CHECK(tcpip...