mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Remove old LedDeviceWS2812b PWM device which wont work on RPi >= 2 (#288)
This commit is contained in:
@@ -49,10 +49,6 @@
|
||||
#include "LedDeviceAtmoOrb.h"
|
||||
#include "LedDeviceUdpH801.h"
|
||||
|
||||
#ifdef ENABLE_WS2812BPWM
|
||||
#include "LedDeviceWS2812b.h"
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_WS281XPWM
|
||||
#include "LedDeviceWS281x.h"
|
||||
#endif
|
||||
@@ -91,9 +87,6 @@ LedDevice * LedDeviceFactory::construct(const QJsonObject & deviceConfig, const
|
||||
#endif
|
||||
|
||||
// pwm devices
|
||||
#ifdef ENABLE_WS2812BPWM
|
||||
REGISTER(WS2812b);
|
||||
#endif
|
||||
#ifdef ENABLE_WS281XPWM
|
||||
REGISTER(WS281x);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user