mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-1222 Minor changes in page path code.
This commit is contained in:
parent
a36943c616
commit
fdeb1ccfc9
@ -135,7 +135,8 @@ int SetupWizard::nextId() const
|
||||
return PAGE_SERVO;
|
||||
} else {
|
||||
switch (getControllerType()) {
|
||||
case CONTROLLER_REVO:
|
||||
case CONTROLLER_REVO:
|
||||
case CONTROLLER_NANO:
|
||||
return PAGE_GPS;
|
||||
default:
|
||||
return PAGE_SUMMARY;
|
||||
@ -146,6 +147,7 @@ int SetupWizard::nextId() const
|
||||
{
|
||||
switch (getControllerType()) {
|
||||
case CONTROLLER_REVO:
|
||||
case CONTROLLER_NANO:
|
||||
return PAGE_GPS;
|
||||
default:
|
||||
return PAGE_SUMMARY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user