This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I trying to develop a project with ethernet. I took the example code of enet_io and changed the code to use a static ip as follows
Added the following code
uint32_t gStaticIPaddr;
uint32_t gNetMask;
uint32_t gWGaddr;
//setting the ip address to 192.168.100.9