INS: move Product ID to @User Advanced

This commit is contained in:
Randy Mackay 2013-11-26 22:18:28 +09:00
parent c4df3ea187
commit fd9b115d01

View File

@ -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),