mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Merge branch 'master' of https://github.com/tvdzwan/hyperion
Former-commit-id: 3d78776087fc12679cccd6deae9686511fadf3fb
This commit is contained in:
@@ -83,10 +83,11 @@ int main(int argc, char** argv)
|
||||
if (config.isMember("bootsequence"))
|
||||
{
|
||||
bootSequence = BootSequenceFactory::createBootSequence(&hyperion, config["bootsequence"]);
|
||||
|
||||
|
||||
if (bootSequence != nullptr)
|
||||
{
|
||||
bootSequence->start();
|
||||
std::cout << "Boot sequence created and started" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,7 +153,7 @@ int main(int argc, char** argv)
|
||||
|
||||
// run the application
|
||||
int rc = app.exec();
|
||||
std::cout << "Application closed" << std::endl;
|
||||
std::cout << "Application closed with code " << rc << std::endl;
|
||||
|
||||
// Clear all colors (switchting off all leds)
|
||||
hyperion.clearall();
|
||||
|
Reference in New Issue
Block a user