You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the Golang server is hosted on the private network and it has a dynamic ip (I think) . The task is to host it on a static IP so that I will not have to change the IP every time in ESP32 code -
Right now the Golang server is hosted on the private network and it has a dynamic ip (I think) . The task is to host it on a static IP so that I will not have to change the IP every time in ESP32 code -
String serverName = "http://192.168.1.3:8081/hi";
The text was updated successfully, but these errors were encountered: