Update Settings.cpp

This commit is contained in:
Ben V. Brown
2022-02-08 18:26:23 +11:00
committed by GitHub
parent 5f8fe9ae56
commit 3f26bc0103

View File

@@ -191,11 +191,11 @@ uint16_t lookupHallEffectThreshold() {
case 0: case 0:
return 0; return 0;
case 1: // Low case 1: // Low
return 100; return 300;
case 2: // Medium case 2: // Medium
return 50; return 100;
case 3: // High case 3: // High
return 20; return 40;
default: default:
return 0; // Off return 0; // Off
} }