Updates led endpoint

spacepanel aggregator is now hosted on ctdos k8s-cluster, hostname is shady i know, but it works...
This commit is contained in:
mamu 2022-01-11 12:19:47 +00:00
parent dc2b485ddc
commit 0405630c9b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define NUMPIXELS 58
const char* ssid = "CTDO-LEGACY";
const char* password = "****";
const char* apiEndpoint = "http://spacepanel.stablerock.de/leds";
const char* apiEndpoint = "http://spacepanel-aggregator-ingress.ctdo-spacepanel.195.160.168.3.nip.io/leds";
const int pollInterval = 10000;
HTTPClient http;