Good morning!
I have a bit of a problem with esp32. Namely, I would like to connect to the router as STA, but get a static IP address, not assigned by DHCP.
The problem will arise in that I found a function to stop the DHCP server whose header looks like this:
.
Seemingly everything looks ok, but when you enter its body all it does is return ESP_ERR_NOT_SUPPORTED
.
Has anyone done something similar? How do you bite into this?
I write the code using the latest esp-idf.
I have a bit of a problem with esp32. Namely, I would like to connect to the router as STA, but get a static IP address, not assigned by DHCP.
The problem will arise in that I found a function to stop the DHCP server whose header looks like this:
Code: C / C++
Seemingly everything looks ok, but when you enter its body all it does is return ESP_ERR_NOT_SUPPORTED
Code: C / C++
Has anyone done something similar? How do you bite into this?
I write the code using the latest esp-idf.