mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Fixed switch-off on shutdown
Former-commit-id: 25438c11a3fdb14c89f946d02893a257aada67ea
This commit is contained in:
		@@ -1 +1 @@
 | 
			
		||||
f8d592fd55a3ca744f582c960dcde3aaa0afe5c0
 | 
			
		||||
e1ca70a63f1ce9b6975aab98b8eb6ae1a353df14
 | 
			
		||||
@@ -26,6 +26,8 @@ LinearColorSmoothing::LinearColorSmoothing(
 | 
			
		||||
 | 
			
		||||
LinearColorSmoothing::~LinearColorSmoothing()
 | 
			
		||||
{
 | 
			
		||||
	// Make sure to switch off the underlying led-device (because switchOff is no longer forwarded)
 | 
			
		||||
	_ledDevice->switchOff();
 | 
			
		||||
	delete _ledDevice;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user