Use mutexes to make display writings threadsafe
This commit is contained in:
parent
279e156dc1
commit
5987f03e8c
3 changed files with 40 additions and 19 deletions
|
@ -38,6 +38,9 @@ void setup()
|
|||
|
||||
setupButtonTask();
|
||||
setupOTA();
|
||||
|
||||
waitUntilNoneBusy();
|
||||
forceFullRefresh();
|
||||
}
|
||||
|
||||
void tryImprovSetup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue