1
0
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:
m_thread 2014-10-27 23:43:17 +01:00
parent 269fa51c44
commit cc1785d6a2

View File

@ -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;