1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-449: Changed message in input configuration to correctly describe situation

where channels not mapped so receiver is not detected
This commit is contained in:
James Cotton 2011-04-29 18:00:20 -05:00
parent 62e3d35a97
commit 5ef47a1253

View File

@ -575,9 +575,9 @@ void ConfigInputWidget::updateChannels(UAVObject* controlCommand)
QString fieldName = QString("Connected");
UAVObjectField *field = controlCommand->getField(fieldName);
if (field->getValue().toBool())
m_config->RCInputConnected->setText("RC Receiver Connected");
m_config->RCInputConnected->setText("RC Receiver connected");
else
m_config->RCInputConnected->setText("RC Receiver Not Connected");
m_config->RCInputConnected->setText("RC Receiver not connected or invalid input configuration (missing channels)");
if (m_config->doRCInputCalibration->isChecked()) {
if (firstUpdate) {