Port 8002 is UDP

This commit is contained in:
simon 2019-04-27 22:41:25 +02:00
commit ef7de13462
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#define NUM_LEDS 150
#define DATA_PIN D8
#define LED_TYPE WS2811
#define COLOR_ORDER GRB
const char* ssid = "zy-intern";
const char* password = "Rg>379rqQX$*h-Tx";

View File

@ -9,7 +9,7 @@ services:
build: server
ports:
- "8001:8001"
- "8002:8002"
- "8002:8002/udp"
image: ${USER}/ledserver
user: "${UID}:${GID}"
#volumes: