Pimentoso / mini4wdchrono

Software for Arduino based 3-lane lap timer for Tamiya Mini4wd.
MIT License
18 stars 1 forks source link

Cleanup code - remove playerTimes variable #98

Closed Pimentoso closed 1 year ago

Pimentoso commented 1 year ago

This PR attempts to remove the playerTimes var from client.js, in order to simplify the codebase and prepare for future refactors. Methods to building data structures related to playerTimes have been moved to storage.js

Pimentoso commented 1 year ago

More fixes in this branch: