mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-04 12:24:11 +01:00
added a case statement for PAGE_FIXEDWING to trigger PAGE_OUTPUT
This commit is contained in:
parent
0d5e91ee26
commit
2b585a8618
@ -112,6 +112,9 @@ int SetupWizard::nextId() const
|
||||
case PAGE_MULTI:
|
||||
return PAGE_OUTPUT;
|
||||
|
||||
case PAGE_FIXEDWING:
|
||||
return PAGE_OUTPUT;
|
||||
|
||||
case PAGE_INPUT:
|
||||
if (isRestartNeeded()) {
|
||||
saveHardwareSettings();
|
||||
|
Loading…
Reference in New Issue
Block a user