Add smoothing settings

This commit is contained in:
Dan Paulat 2024-12-14 22:36:25 -06:00
parent 172203ec16
commit 3e681abfdb
5 changed files with 38 additions and 7 deletions

View file

@ -25,6 +25,7 @@ public:
ProductSettings(ProductSettings&&) noexcept;
ProductSettings& operator=(ProductSettings&&) noexcept;
SettingsVariable<bool>& show_smoothed_range_folding() const;
SettingsVariable<bool>& sti_forecast_enabled() const;
SettingsVariable<bool>& sti_past_enabled() const;