Releases: scottgchin/delta5_race_timer
Releases · scottgchin/delta5_race_timer
Delta5 Race Timer 0.5
Delta5 Race Timer 0.5
New:
- Password protection added to admin pages, default password: delta5
- Document updates and tuning parameters explanation
- Added option to reset database but keep pilots
- Added button to safely shutdown the raspberry pi before disconnecting power
- Web client interface made more compact, minimized white space
- Further rssi smoothing improvements
- Live time integration
Fixes:
- Heat summary table backed out pending a future release
- Leaderboard secondary sort on total time corrected
- Updated service file to save database on power cycle
Notes:
- Be sure to flash the new .ino to each arduino
Delta5 Race Timer 0.4
Delta5 Race Timer 0.4
New:
- Python-Flask as the webserver instead of Apache
- SQLite for the database instead of MySQL
- Socket.io for web client connectivity
- Automatic trigger setting
- Up to eight nodes supported by default
- I2C error checking with check sums to reject bad values
- First gate pass logged as lap zero with the time since start buzzer
- Race timer linked to race start buttons
- Race management buttons disabled based on the current race state
- False laps can be deleted during the current race
- RSSI smoothing with weighted averaging
Fixes:
- Terminology switched to heats and rounds
Notes:
- This release no longer uses Apache/MySQL and their related packages. It is recommended to format the raspberry pi sd card and start clean following the new installation instructions as part of this release.
- Be sure to flash the new .ino to each arduino