Hello
Uploading the following code:
.
then attaching the serial monitor, the IP is assigned randomly (practically different every day). Is it possible to assign a specific IP address by modifying the libraries accordingly?
Added after 3 [hours] 9 [minutes]: .
In wifiudp.h instead of remoteIP() can I assign my address e.g. 192.168.0.214? If so, how do I write it down?
Added after 1 [hour] 1 [minute]: .
In WifiUdp.cpp I have this function:
.
Now I have no way to check it, but if I replace this function with:
.
solve the problem?
Uploading the following code:
Code: C / C++
then attaching the serial monitor, the IP is assigned randomly (practically different every day). Is it possible to assign a specific IP address by modifying the libraries accordingly?
Added after 3 [hours] 9 [minutes]: .
Code: C / C++
In wifiudp.h instead of remoteIP() can I assign my address e.g. 192.168.0.214? If so, how do I write it down?
Added after 1 [hour] 1 [minute]: .
In WifiUdp.cpp I have this function:
Code: C / C++
Now I have no way to check it, but if I replace this function with:
Code: C / C++
solve the problem?