mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
migrate boblight to new logger and make it start/stoppable during runtime (#62)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
// Hyperion includes
|
||||
#include <hyperion/Hyperion.h>
|
||||
#include <utils/Logger.h>
|
||||
|
||||
class ImageProcessor;
|
||||
|
||||
@@ -100,4 +101,7 @@ private:
|
||||
|
||||
/// The latest led color data
|
||||
std::vector<ColorRgb> _ledColors;
|
||||
|
||||
/// logger instance
|
||||
Logger * _log;
|
||||
};
|
||||
|
Reference in New Issue
Block a user