Tighten the high preset a bit.

This commit is contained in:
Glenn Maynard 2019-09-27 21:15:19 -05:00
parent d4c71941eb
commit dffe001bec
2 changed files with 2 additions and 2 deletions

View File

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

View File

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