1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Output widget: Add lines from Sambas to indicate which speeds alter channels

7-10.  Currently it doesn't indicate appropriately if those are actually
available...
This commit is contained in:
James Cotton 2011-10-25 11:49:26 -05:00
parent 27bf2b383e
commit a8f0c5a622

View File

@ -424,8 +424,8 @@ void ConfigOutputWidget::refreshWidgetsValues()
// CopterControl family
m_config->chBank1->setText("1-3");
m_config->chBank2->setText("4");
m_config->chBank3->setText("5");
m_config->chBank4->setText("6");
m_config->chBank3->setText("5,7-8");
m_config->chBank4->setText("6,9-10");
m_config->outputRate1->setEnabled(true);
m_config->outputRate2->setEnabled(true);
m_config->outputRate3->setEnabled(true);