mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_RangeFinder: update OFFSET param description to clarify only for analog and pwm
This commit is contained in:
parent
a2fdc5b428
commit
fc0f6297a7
@ -27,7 +27,7 @@ const AP_Param::GroupInfo AP_RangeFinder_Params::var_info[] = {
|
|||||||
|
|
||||||
// @Param: OFFSET
|
// @Param: OFFSET
|
||||||
// @DisplayName: rangefinder offset
|
// @DisplayName: rangefinder offset
|
||||||
// @Description: Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM and I2C Lidars
|
// @Description: Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM lidars
|
||||||
// @Units: V
|
// @Units: V
|
||||||
// @Increment: 0.001
|
// @Increment: 0.001
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
|
Loading…
Reference in New Issue
Block a user