Improv working again
This commit is contained in:
parent
687bc1f60d
commit
4f2fbd8a36
2 changed files with 6 additions and 5 deletions
|
@ -21,9 +21,10 @@ void setup()
|
|||
blinkDelay(100, 3);
|
||||
}
|
||||
|
||||
tryImprovSetup();
|
||||
|
||||
setupDisplays();
|
||||
tryImprovSetup();
|
||||
|
||||
setupPreferences();
|
||||
setupWebserver();
|
||||
|
||||
|
@ -68,7 +69,7 @@ void tryImprovSetup()
|
|||
x_position = 0;
|
||||
}
|
||||
}
|
||||
vTaskDelay(1);
|
||||
// vTaskDelay(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue