mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
Sub: don't override default RNGFND1_TYPE
This is causing side-effects in QGC 4.1, as it reports the Range- finder to be in bad health, which causes qgc to show "not ready to fly" instead of "ready to fly" which might confuse users
This commit is contained in:
parent
ce312d0328
commit
c6f1b9c458
@ -703,7 +703,6 @@ void Sub::load_parameters()
|
||||
AP_Param::set_default_by_name("MNT_JSTICK_SPD", 100);
|
||||
AP_Param::set_by_name("MNT_RC_IN_PAN", 7);
|
||||
AP_Param::set_by_name("MNT_RC_IN_TILT", 8);
|
||||
AP_Param::set_default_by_name("RNGFND1_TYPE", RangeFinder::RangeFinder_TYPE_MAVLink);
|
||||
}
|
||||
|
||||
void Sub::convert_old_parameters()
|
||||
|
Loading…
Reference in New Issue
Block a user