mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
In Companion Wizard, Delta Wing has now 50% weight on elevons (as in
OpenTX Wizard)
This commit is contained in:
parent
07303f4301
commit
2d21e16201
1 changed files with 3 additions and 3 deletions
|
@ -628,8 +628,8 @@ void ElevonsPage::initializePage()
|
|||
bool ElevonsPage::validatePage()
|
||||
{
|
||||
releaseBookings();
|
||||
return (bookChannel(elevon1CB, AILERONS_INPUT, 100, ELEVATOR_INPUT, 100) &&
|
||||
bookChannel(elevon2CB, AILERONS_INPUT, -100, ELEVATOR_INPUT, 100));
|
||||
return (bookChannel(elevon1CB, AILERONS_INPUT, 50, ELEVATOR_INPUT, 50) &&
|
||||
bookChannel(elevon2CB, AILERONS_INPUT, -50, ELEVATOR_INPUT, 50));
|
||||
}
|
||||
|
||||
RudderPage::RudderPage(WizardDialog *dlg, QString image, QString title, QString text, int nextPage):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue