change
This commit is contained in:
@@ -50,7 +50,7 @@ void DisplayController::cycle_displays() const
|
||||
{
|
||||
while (is_running)
|
||||
{
|
||||
std::this_thread::sleep_for(update_frequency);
|
||||
//std::this_thread::sleep_for(update_frequency);
|
||||
for (auto &display : this->displays)
|
||||
{
|
||||
pin_controller->write_display(*display);
|
||||
|
||||
Reference in New Issue
Block a user