ST motor pilot V1.2.9 localisation issue
The GUI MC_FOC_SDK is supposed to be able to tune revup parameters. However, if we try to modify variables in the Torque-column (and only in this column), all input is reset to zero:

I have tracked the issue down to RevUpComponent.qml -> doublespinboxdelegate -> valueFromText: function(value, locale). Where apparently the locale is not set correctly, causing a comma/period mixup.
When I change "Regional Format" in windows 11 from "Norway" to "English(United States)", it works as expected.
