Merge remote-tracking branch 'remotes/origin/add_effect_engine' into add_effect_engine

Former-commit-id: 0b4fd4f95d601683433ae948f159347c34366eb4
This commit is contained in:
T. van der Zwan
2013-12-13 22:55:32 +01:00
8 changed files with 12 additions and 58 deletions

View File

@@ -107,7 +107,11 @@ int main(int argc, char** argv)
// if (retVal == 0)
if (hyperion.setEffect(effectName, priority, duration_ms) == 0)
{
std::cout << "Boot sequence created and started" << std::endl;
std::cout << "Boot sequence(" << effectName << ") created and started" << std::endl;
}
else
{
std::cout << "Failed to start boot sequence: " << effectName << std::endl;
}
}