Use mutexes to make display writings threadsafe

This commit is contained in:
Djuri 2023-11-13 17:51:10 +01:00
parent 279e156dc1
commit 5987f03e8c
3 changed files with 40 additions and 19 deletions

View file

@ -38,6 +38,9 @@ void setup()
setupButtonTask();
setupOTA();
waitUntilNoneBusy();
forceFullRefresh();
}
void tryImprovSetup()