Skip to content

Commit 7cfa989

Browse files
committed
LP-551 Remove popup - Increase neutral diff levels for alarm
1 parent a053c01 commit 7cfa989

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

ground/gcs/src/plugins/config/configoutputwidget.cpp

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
#define DEFAULT_MINOUTPUT_RANGE 900
6060
#define DEFAULT_MINOUTPUT_VALUE 1000
6161
#define REVMOTOR_NEUTRAL_TARGET_VALUE 1500
62-
#define REVMOTOR_NEUTRAL_DIFF_VALUE 150
63-
#define MOTOR_NEUTRAL_DIFF_VALUE 200
62+
#define REVMOTOR_NEUTRAL_DIFF_VALUE 200
63+
#define MOTOR_NEUTRAL_DIFF_VALUE 300
6464

6565
// Servo settings
6666
#define SERVO_MAXOUTPUT_RANGE 2500
@@ -191,13 +191,6 @@ void ConfigOutputWidget::sendAllChannelTests()
191191
*/
192192
void ConfigOutputWidget::runChannelTests(bool state)
193193
{
194-
if (!checkOutputConfig()) {
195-
m_ui->channelOutTest->setChecked(false);
196-
QMessageBox::warning(this, tr("Warning"), tr("There is something wrong in the current config."
197-
"<p>Please fix the issue before starting testing outputs.</p>"), QMessageBox::Ok);
198-
return;
199-
}
200-
201194
SystemAlarms *systemAlarmsObj = SystemAlarms::GetInstance(getObjectManager());
202195
SystemAlarms::DataFields systemAlarms = systemAlarmsObj->getData();
203196

0 commit comments

Comments
 (0)