Tighten the high preset a bit.

master
Glenn Maynard 5 years ago
parent d4c71941eb
commit dffe001bec
  1. 2
      smx-config/ConfigPresets.cs
  2. 2
      smx-config/Widgets.cs

@ -96,7 +96,7 @@ namespace smx_config
{
SetPreset(ref config,
20, 25, 20, 30,
140, 150, 140, 160);
148, 150, 145, 160);
}
static private void SetNormalPreset(ref SMX.SMXConfig config)

@ -224,7 +224,7 @@ namespace smx_config
// 16-bit FSR thresholds.
slider.Minimum = 5;
slider.Maximum = 250;
slider.MinimumDistance = 5;
slider.MinimumDistance = 2;
} else {
// 8-bit load cell thresholds
slider.Minimum = 20;

Loading…
Cancel
Save