examples/foc/Kconfig: update EXAMPLES_FOC_MMODE range

This commit is contained in:
raiden00pl 2022-10-22 13:42:07 +02:00 committed by Xiang Xiao
parent 2bbfb1b396
commit 682cac07d9

View File

@ -315,11 +315,13 @@ config EXAMPLES_FOC_FMODE
config EXAMPLES_FOC_MMODE
int "Motor control mode"
default 2
range 1 3
range 1 5
---help---
1 - torque control
2 - velocity control
3 - position control
4 - align only
5 - ident only
config EXAMPLES_FOC_OPENLOOP_Q
int "FOC open-loop Vq/Iq setting [x1000]"