Skip to content
Snippets Groups Projects
Commit cda43380 authored by Luís Rodrigues's avatar Luís Rodrigues Committed by Lorenz Meier
Browse files

Configuration parameter for TeraRanger One (#5359)

parent 3d790664
No related branches found
No related tags found
No related merge requests found
......@@ -599,6 +599,12 @@ then
mb12xx start
fi
# teraranger one tof sensor
if param compare SENS_EN_TRONE 1
then
trone start
fi
if ver hwcmp PX4FMU_V4
then
frsky_telemetry start -d /dev/ttyS6
......
......@@ -3064,6 +3064,16 @@ PARAM_DEFINE_INT32(SENS_EN_SF0X, 0);
*/
PARAM_DEFINE_INT32(SENS_EN_MB12XX, 0);
/**
* TeraRanger One (trone)
*
* @reboot_required true
*
* @boolean
* @group Sensor Enable
*/
PARAM_DEFINE_INT32(SENS_EN_TRONE, 0);
/**
* Lightware SF1xx laser rangefinder
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment