Update esp server ip

This commit is contained in:
2024-06-03 12:56:22 +02:00
parent b6353d15ba
commit 3145d3b3b0

View File

@@ -20,7 +20,7 @@ void Connectivity::connectWiFi(char* ssid, char* pass){
// webSocket.sendTXT(message);
// }
const char* getServerURL = "http://145.109.171.85:42069/get-ip";
const char* getServerURL = "http://145.92.8.132:443/get-ip";
String ipAddress = "";
String Connectivity::fetchIPAddress() {