deactivate display cycle thread
This commit is contained in:
@@ -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.";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user