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

Commit 25438c1

Browse files
committed
Fixed switch-off on shutdown
1 parent 2e5a2de commit 25438c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/hyperion.tar.gz

-111 Bytes
Binary file not shown.

libsrc/hyperion/LinearColorSmoothing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ LinearColorSmoothing::LinearColorSmoothing(
2626

2727
LinearColorSmoothing::~LinearColorSmoothing()
2828
{
29+
// Make sure to switch off the underlying led-device (because switchOff is no longer forwarded)
30+
_ledDevice->switchOff();
2931
delete _ledDevice;
3032
}
3133

0 commit comments

Comments
 (0)