mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
udplistener will now set remaining LEDs to black. (#99)
eg: configure 42 leds, but a udp packet only contains 10 leds, the remaining 32 are now set to black
This commit is contained in:
@@ -77,9 +77,6 @@ private:
|
||||
/// hyperion priority
|
||||
int _timeout;
|
||||
|
||||
/// The latest led color data
|
||||
std::vector<ColorRgb> _ledColors;
|
||||
|
||||
/// Logger instance
|
||||
Logger * _log;
|
||||
|
||||
|
Reference in New Issue
Block a user