Skip to content

Commit

Permalink
change openrgb default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Aug 11, 2022
1 parent 735eb9d commit 0157b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ protected override void RegisterVariables(VariableRegistry variableRegistry)
variableRegistry.Register($"{DeviceName}_ip", "127.0.0.1", "IP Address");
variableRegistry.Register($"{DeviceName}_port", 6742, "Port", 1024, 65535);
variableRegistry.Register($"{DeviceName}_use_periph_logo", true, "Use peripheral logo for unknown leds");
variableRegistry.Register($"{DeviceName}_connect_sleep_time", 0, "Connection timeout seconds");
variableRegistry.Register($"{DeviceName}_connect_sleep_time", 5, "Connection timeout seconds");
}
}

Expand Down

0 comments on commit 0157b4f

Please sign in to comment.