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:
parent
dc2b485ddc
commit
0405630c9b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue