v2.16.0
github-actions
released this
29 Jul 11:46
·
168 commits
to master
since this release
2.16.0 (2024-07-29)
-
Delta Module
- Add data smoothing function to filter out unusual data noise.
- Add "delta_smoothing_samples" option, which sets number of samples
for delta data smoothing calculation using exponential moving average (EMA) method.
Value range in "1" to "100". Default is "30" samples. Set to "1" to disable smoothing.
Higher value results more smoothness, but may lose accuracy. - Add average laptime pace calculation and output.
- Add "laptime_pace_samples" option, which sets number of samples
for average laptime pace calculation (EMA).
Value range in "1" to "20". Default is "6" samples. Set to "1" to disable averaging.
Note, initial laptime pace is always based on player's all time personal best laptime if available.
If a new laptime is faster than current laptime pace, it will replace
current laptime pace without calculating average.
Invalid lap, pit-in/out laps are always excluded from laptime pace calculation. - Add "laptime_pace_margin" option, which sets additional margin for current laptime
that cannot exceed the sum of "laptime pace" and "margin".
This option is used to minimize the impact of unusually slow laptime.
Default value is "5" seconds. Minimum value is limited to "0.1".
-
Fuel Module
- Now uses laptime pace value from Delta Module for real-time fuel calculation
for increased consistency and accuracy.
- Now uses laptime pace value from Delta Module for real-time fuel calculation
-
Vehicles Module
- Fixed pit timer incorrectly reset after pit out.
-
Flag Widget
- "Pit Request" indicator now shows "pit-in laps countdown" alongside
"estimated remaining laps" reading that current fuel or energy can run.
Note, "pit-in laps countdown" value is always calculated towards
the finish line of current stint's final lap, and thus is always
less than or equal to "estimated remaining laps" reading.
If countdown drops below 1.0 (laps), it indicates the final lap of current stint,
and driver should pit in before the end of current lap to refuel.
If countdown reaches zero or negative, there may still be some fuel or energy left in tank,
however it will not be enough to complete another full lap.
- "Pit Request" indicator now shows "pit-in laps countdown" alongside
-
Friction circle Widget
- Add "show_trace_fade_out" option, which enables trace fade out effect.
- Add "trace_fade_out_step" option, which sets trace fade out speed.
Value range in "0.1" to "0.9", higher value increases trace fade out speed.
Default value is "0.2". This option is enabled by default.
-
[New]Relative finish order Widget
- New Relative finish order Widget that displays estimated relative finish order
between leader and local player with corresponding refilling estimate.
This widget auto-switches display mode ("TIME" or "LAPS") depends on current session type. - Show both predefined and customizable "leader's pit time" and "local player's pit time",
as well as last pit stop time from leader and local player. - Show "leader's final lap progress" and "local player's final lap progress"
that depend on current session type. - Show "relative lap difference" between leader and local player that is calculated from
lap time pace difference of both players, which can be used to determine whether leader
has the chance to overtake local player on final lap. - Show refilling type in "FUEL" or "NRG" (if virtual energy available).
- Show estimated "local player's refilling" that depends on current session type.
- For complete customizable options, usage examples, see User Guide "Relative finish order" section.
- New Relative finish order Widget that displays estimated relative finish order
-
Timing Widget
- Add "show_average_pace" option, which shows personal current average laptime pace,
this reading is also used in real-time fuel calculation.
Note, additional "average laptime pace" calculation setting can be found in "Delta Module" config.
After ESC or session ended, laptime pace reading will be reset,
and aligned to "all time personal best laptime" if available.
- Add "show_average_pace" option, which shows personal current average laptime pace,
-
Weather forecast Widget
- Add "number_of_forecasts" option, which sets number of forecasts to display.
Value range in "1" to "4". Default is "4" forecasts. - Add "column_index_*" options for customizing data display order of each forecast.
- Add "number_of_forecasts" option, which sets number of forecasts to display.
-
Misc
- Updated User Guide info for Delta Module, Flag Widget, Friction circle Widget,
Relative finish order Widget, Timing Widget, Weather forecast Widget.
- Updated User Guide info for Delta Module, Flag Widget, Friction circle Widget,
Hash sum
SHA256: c971369c8cb9268934d01c9132815f91febf73e6ab2f8649cd4a587403cbd99e TinyPedal-2.16.0-linux.zip
SHA256: 5193cef355ebf3d4212be756ddb684b1b7edd7755d3779d311fc05e90b243b73 TinyPedal-2.16.0-windows.zip