mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
RangeFinder: reduce PulsedLight max distance
Reduced from 25m to 14m
This commit is contained in:
parent
3970c8f038
commit
e54bf3e87c
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
// min and max distances
|
// min and max distances
|
||||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MIN_DISTANCE 0
|
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MIN_DISTANCE 0
|
||||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MAX_DISTANCE 2500
|
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MAX_DISTANCE 1400
|
||||||
|
|
||||||
// registers
|
// registers
|
||||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_COMMAND_REG 0x00
|
#define AP_RANGEFINDER_PULSEDLIGHTLRF_COMMAND_REG 0x00
|
||||||
|
Loading…
Reference in New Issue
Block a user