Updated Input Calibration (markdown)

Candas1
2021-04-04 17:05:17 +02:00
parent a26c0d1e46
commit dca17f0b5b

@@ -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.<br />
If min and mid values are close, the inputs will be identified as normal potis.<br />
Otherwise the inputs will be identified as middle resting potis.<br />
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).<br />
If min and mid values are close, the inputs will be identified as normal potis(type=1).<br />
Otherwise the inputs will be identified as middle resting potis(type=2).<br />
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.