mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-1574 Removed limitation to only allow Rapid ESC to perform calibration.
This commit is contained in:
parent
269fa51c44
commit
cc1785d6a2
@ -170,7 +170,7 @@ int SetupWizard::nextId() const
|
||||
}
|
||||
|
||||
case PAGE_BIAS_CALIBRATION:
|
||||
if (getVehicleType() == VEHICLE_MULTI && getEscType() == ESC_RAPID) {
|
||||
if (getVehicleType() == VEHICLE_MULTI) {
|
||||
return PAGE_ESC_CALIBRATION;
|
||||
} else {
|
||||
return PAGE_OUTPUT_CALIBRATION;
|
||||
|
Loading…
x
Reference in New Issue
Block a user