File tree Expand file tree Collapse file tree
ground/gcs/src/plugins/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
192192void 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
You can’t perform that action at this time.
0 commit comments