changed IP

This commit is contained in:
Michael Clemens 2021-11-12 10:12:38 +01:00
parent 33d9de5a05
commit ca802657f7

View File

@ -7,7 +7,7 @@
const char* ssid = "<WIFI-SSID>";
const char* password = "<WIFI-PASSWORD>";
String api_url = "http://192.168.99.193:5000/status";
String api_url = "http://<IP_OF_HR50_API>:5000/status";
int first_row = 0;