Closed rowingdude closed 1 month ago
Adds a mutex to the battery state in order to potentially address Issue #26 . The battery level is accessed in two locations which causes a potential race issue. My proposed changes should fix that.
Adds a mutex to the battery state in order to potentially address Issue #26 . The battery level is accessed in two locations which causes a potential race issue. My proposed changes should fix that.