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:
parent
27bf2b383e
commit
a8f0c5a622
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user