deactivate display cycle thread

This commit is contained in:
Jonas Zeunert
2020-01-16 23:17:59 +01:00
parent f01eff8068
commit 78c589538d

View File

@@ -34,7 +34,7 @@ DisplayController::DisplayController(std::map<std::string, std::shared_ptr<items
activate_displays(); activate_displays();
this->display_cycle_thread = std::thread(&DisplayController::cycle_displays, this); //this->display_cycle_thread = std::thread(&DisplayController::cycle_displays, this);
CLOG(DEBUG, OUTPUT_LOGGER) << "Created DisplayController and started cycling them."; CLOG(DEBUG, OUTPUT_LOGGER) << "Created DisplayController and started cycling them.";
} }