diff --git a/Input-Calibration.md b/Input-Calibration.md index 018d08f..562b424 100644 --- a/Input-Calibration.md +++ b/Input-Calibration.md @@ -25,9 +25,9 @@ It also identifies the type of input and checks if it can be protected (ADC only * Release potis to the resting position * Press the power button to confirm or wait for the 20 sec timeout -If you haven't moved one of the inputs, if it's floating or is grounded, it will be identified as inactive and ignored.
-If min and mid values are close, the inputs will be identified as normal potis.
-Otherwise the inputs will be identified as middle resting potis.
+If you haven't moved one of the inputs, if it's floating or is grounded, it will be identified as inactive and ignored(type=0).
+If min and mid values are close, the inputs will be identified as normal potis(type=1).
+Otherwise the inputs will be identified as middle resting potis(type=2).
For inputs with type 3 (AUTO) in config.h, auto-calibration will automatically identify the right input type. If input type 0,1,2 has been selected in config.h, auto-calibration will fail if identified input type is not matching and disable the input.