mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Used port-constant for web-server creation in NodeMCU-sketch
Co-authored-by: Leon Kiefer <leon.k97@gmx.de>
This commit is contained in:
parent
b8a3593792
commit
1e8c6596c5
@ -35,7 +35,7 @@ CRGB leds_channel_2[LEDS_CHANNEL_2];
|
|||||||
CRGB leds_channel_3[LEDS_CHANNEL_3];
|
CRGB leds_channel_3[LEDS_CHANNEL_3];
|
||||||
CRGB leds_channel_4[LEDS_CHANNEL_4];
|
CRGB leds_channel_4[LEDS_CHANNEL_4];
|
||||||
|
|
||||||
ESP8266WebServer server(80);
|
ESP8266WebServer server(WEBSERVER_PORT);
|
||||||
WiFiUDP Udp;
|
WiFiUDP Udp;
|
||||||
|
|
||||||
bool isUDPEnabled;
|
bool isUDPEnabled;
|
||||||
@ -292,4 +292,4 @@ void loop()
|
|||||||
processUDP();
|
processUDP();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user