mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
Frame_params: Sub: make RNGFND1_TYPE 0 (None)
This was causing issues in QGC 4.1 as it was showing an unhealthy Rangefinder and marking the vehicle as "not ready to fly". It will be up to the companion computer to set this to 10(Mavlink)
This commit is contained in:
parent
e448910ff0
commit
e5844b7753
@ -521,7 +521,7 @@ RNGFND1_PWRRNG,0
|
||||
RNGFND1_RMETRIC,1
|
||||
RNGFND1_SCALING,3.0
|
||||
RNGFND1_STOP_PIN,-1
|
||||
RNGFND1_TYPE,10
|
||||
RNGFND1_TYPE,0
|
||||
RNGFND2_ADDR,0
|
||||
RNGFND2_FUNCTION,0
|
||||
RNGFND2_GNDCLEAR,10
|
||||
|
@ -521,7 +521,7 @@ RNGFND1_PWRRNG,0
|
||||
RNGFND1_RMETRIC,1
|
||||
RNGFND1_SCALING,3.0
|
||||
RNGFND1_STOP_PIN,-1
|
||||
RNGFND1_TYPE,10
|
||||
RNGFND1_TYPE,0
|
||||
RNGFND2_ADDR,0
|
||||
RNGFND2_FUNCTION,0
|
||||
RNGFND2_GNDCLEAR,10
|
||||
|
Loading…
Reference in New Issue
Block a user