Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 4d7c888

Browse files
committed
Added APA102 device to factory
1 parent d495d53 commit 4d7c888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsrc/leddevice/LedDeviceFactory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ LedDevice * LedDeviceFactory::construct(const Json::Value & deviceConfig)
8686
deviceP9813->open();
8787

8888
device = deviceP9813;
89+
}
8990
else if (type == "apa102")
9091
{
9192
const std::string output = deviceConfig["output"].asString();

0 commit comments

Comments
 (0)