You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mutex for scene number was being taken for too long when changing screen; should fix most instances - still one race condition left (see #13 comments)
Also correct some indentation
This has been reduced but still one race condition remaining I think: when going from the main status screen into the main menu still may very rarely see the main menu corrupted by the meters. I think this is because the loop in s2l_meter_refresh_task has already gone past the if (get_screen() == SCREEN_MAIN_STATUS) before the screen number gets changed to the main menu, so it goes ahead and paints the meters anyway
No description provided.
The text was updated successfully, but these errors were encountered: