From ca802657f7716d27c65583197931958ad1143fb1 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 12 Nov 2021 10:12:38 +0100 Subject: [PATCH] changed IP --- hr50-remote-display.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;