diff --git a/hr50-remote-display.ino b/hr50-remote-display.ino index e058cb9..426615b 100644 --- a/hr50-remote-display.ino +++ b/hr50-remote-display.ino @@ -7,7 +7,7 @@ const char* ssid = ""; const char* password = ""; -String api_url = "http://192.168.99.193:5000/status"; +String api_url = "http://:5000/status"; int first_row = 0;