diff --git a/show_leds/show_leds.ino b/show_leds/show_leds.ino index bdb455d..5b5b8c1 100644 --- a/show_leds/show_leds.ino +++ b/show_leds/show_leds.ino @@ -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;