mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -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
|
||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MIN_DISTANCE 0
|
||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MAX_DISTANCE 2500
|
||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_MAX_DISTANCE 1400
|
||||
|
||||
// registers
|
||||
#define AP_RANGEFINDER_PULSEDLIGHTLRF_COMMAND_REG 0x00
|
||||
|
Loading…
Reference in New Issue
Block a user