mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
rework bootsequence (#30)
* udplistener/boblight: use hyperion::getInstance hyperiond: fix dispmanx is started twice hyperiond: rework bootsequence - now named as InitalEffect * pull out webconfig from hyperiondaemon to functional when daemon crashes initialEffect: forbid foreground effect duration infinitiy
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
/// @param hyperion Hyperion instance
|
||||
/// @param port port number on which to start listening for connections
|
||||
///
|
||||
BoblightServer(Hyperion * hyperion, const int priority, uint16_t port = 19333);
|
||||
BoblightServer(const int priority, uint16_t port = 19333);
|
||||
~BoblightServer();
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user