pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
452 stars 89 forks source link

Update power.c #39

Closed rowingdude closed 1 month ago

rowingdude commented 2 months 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.