mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Typos
Former-commit-id: fc7bc3c0e4bddcb5a6b778c2afabc3940a08782c
This commit is contained in:
@@ -423,7 +423,7 @@ LedDevice * Hyperion::createColorSmoothing(const Json::Value & smoothingConfig,
|
||||
|
||||
if (type == "none")
|
||||
{
|
||||
std::cout << "HYPERION INDO: Not creating any smoothing" << std::endl;
|
||||
std::cout << "HYPERION INFO: Not creating any smoothing" << std::endl;
|
||||
return ledDevice;
|
||||
}
|
||||
else if (type == "linear")
|
||||
@@ -439,7 +439,7 @@ LedDevice * Hyperion::createColorSmoothing(const Json::Value & smoothingConfig,
|
||||
else
|
||||
{
|
||||
const unsigned updateDelay = smoothingConfig.get("updateDelay", Json::Value(0u)).asUInt();
|
||||
std::cout << "HYPERION INFO: Creating linear smoothing" << std::endl;
|
||||
std::cout << "INFO: Creating linear smoothing" << std::endl;
|
||||
return new LinearColorSmoothing(
|
||||
ledDevice,
|
||||
smoothingConfig["updateFrequency"].asDouble(),
|
||||
|
Reference in New Issue
Block a user