1
0
forked from me/IronOS

Update Hall sensor tuning

This commit is contained in:
Ben V. Brown
2022-02-06 17:34:34 +11:00
committed by GitHub
parent 5750afb4f6
commit 5f8fe9ae56

View File

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