Allow to disable switching LEDs on during startup (#1443)

This commit is contained in:
LordGrey
2022-03-16 09:27:37 +01:00
committed by GitHub
parent c75c98e252
commit 62829d9bf8
6 changed files with 57 additions and 14 deletions

View File

@@ -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"