Skip to content

Commit

Permalink
BgGraphBuilder: add smoothing debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Aug 2, 2022
1 parent fb0098a commit 85a42bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/xml/pref_advanced_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,12 @@
android:key="predictive_bg"
android:summary="@string/predictive_readings_old"
android:title="@string/display_predictive_values" />
<CheckBoxPreference
android:defaultValue="false"
android:key="show-unsmoothed-values-as-plugin"
android:dependency="engineering_mode"
android:summary="Show unsmoothed data in place of plugin (engineering mode only)"
android:title="Debug smoothing" />
<CheckBoxPreference
android:defaultValue="true"
android:dependency="engineering_mode"
Expand Down

0 comments on commit 85a42bc

Please sign in to comment.