mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
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
Block a user