mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
INS: move Product ID to @User Advanced
This commit is contained in:
parent
c4df3ea187
commit
fd9b115d01
@ -17,7 +17,7 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] PROGMEM = {
|
||||
// @Param: PRODUCT_ID
|
||||
// @DisplayName: IMU Product ID
|
||||
// @Description: Which type of IMU is installed (read-only).
|
||||
// @User: Standard
|
||||
// @User: Advanced
|
||||
// @Values: 0:Unknown,1:APM1-1280,2:APM1-2560,88:APM2,3:SITL,4:PX4v1,5:PX4v2,Flymaple:256,Linux:257
|
||||
AP_GROUPINFO("PRODUCT_ID", 0, AP_InertialSensor, _product_id, 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user