diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-20 20:39:10 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-20 20:39:10 +0100 |
commit | 5fd637644c7529bfdc5291215f3f8ee1edd304c4 (patch) | |
tree | 2f135c3cae2bc034aa27b33b39dca95b992cb69f /MainLoop.h | |
parent | ef578ac72a70bfbe8aee726d43374c841d77ade4 (diff) |
Fixed status led
Diffstat (limited to 'MainLoop.h')
-rw-r--r-- | MainLoop.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ #pragma once +#include "StatusLED.h" #include "NoteClick.h" #include "ClockClick.h" #include "InternalClick.h" @@ -21,6 +22,7 @@ private: boost::signals2::connection m_click_connection; + StatusLED m_status; Config m_config; PIDFile m_pid_file{m_config.get_programname()}; |