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:
penfold42
2016-07-11 21:15:08 +10:00
committed by brindosch
parent 2013304130
commit 80fc153d35
2 changed files with 6 additions and 8 deletions

View File

@@ -77,9 +77,6 @@ private:
/// hyperion priority
int _timeout;
/// The latest led color data
std::vector<ColorRgb> _ledColors;
/// Logger instance
Logger * _log;