We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281a03 commit 5f72771Copy full SHA for 5f72771
1 file changed
ground/gcs/src/plugins/config/outputchannelform.cpp
@@ -275,7 +275,7 @@ void OutputChannelForm::setChannelRange()
275
276
// Normal motor will be *** never *** reversed : without arming a "Min" value (like 1900) can be applied !
277
if (isNormalMotor()) {
278
- if (minValue >= maxValue) {
+ if (minValue > maxValue) {
279
// Keep old values
280
ui->actuatorMin->setValue(oldMini);
281
ui->actuatorMax->setValue(oldMaxi);
0 commit comments