Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 575f1df

Browse files
committed
Added black color before boot-sequence, to make sure that the boot-sequence is the first thing to start
1 parent 1e8775c commit 575f1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hyperiond/hyperiond.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ int main(int argc, char** argv)
115115
const unsigned duration_ms = effectConfig["duration_ms"].asUInt();
116116
const int priority = 0;
117117

118+
hyperion.setColor(priority+1, ColorRgb::BLACK, duration_ms, false);
119+
118120
if (effectConfig.isMember("args"))
119121
{
120122
const Json::Value effectConfigArgs = effectConfig["args"];

0 commit comments

Comments
 (0)