mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Allow to disable switching LEDs on during startup (#1443)
This commit is contained in:
@@ -460,7 +460,10 @@ private:
|
||||
void stopRefreshTimer();
|
||||
|
||||
/// Is last write refreshing enabled?
|
||||
bool _isRefreshEnabled;
|
||||
bool _isRefreshEnabled;
|
||||
|
||||
/// Is device to be enabled during start
|
||||
bool _isAutoStart;
|
||||
|
||||
/// Order of Colors supported by the device
|
||||
/// "RGB", "BGR", "RBG", "BRG", "GBR", "GRB"
|
||||
|
Reference in New Issue
Block a user