mirror of https://github.com/ArduPilot/ardupilot
SITL: set default RPM_TYPE to 10 for FlightAxis
This commit is contained in:
parent
b2d4cefa85
commit
03bb3237ef
|
@ -80,6 +80,7 @@ static const struct {
|
|||
{ "INS_ACCSCAL_X", 1.001 },
|
||||
{ "INS_ACCSCAL_Y", 1.001 },
|
||||
{ "INS_ACCSCAL_Z", 1.001 },
|
||||
{ "RPM_TYPE", 10 },
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue