add geofence param metadata

This commit is contained in:
Daniel Agar
2015-12-16 01:25:32 -05:00
parent c1b6fcbb77
commit 3bb0c4f6b9
+4
View File
@@ -95,6 +95,8 @@ PARAM_DEFINE_INT32(GF_COUNT, -1);
*
* Set to > 0 to activate a geofence action if horizontal distance to home exceeds this value.
*
* @unit meters
* @min -1
* @group Geofence
*/
PARAM_DEFINE_INT32(GF_MAX_HOR_DIST, -1);
@@ -104,6 +106,8 @@ PARAM_DEFINE_INT32(GF_MAX_HOR_DIST, -1);
*
* Set to > 0 to activate a geofence action if vertical distance to home exceeds this value.
*
* @unit meters
* @min -1
* @group Geofence
*/
PARAM_DEFINE_INT32(GF_MAX_VER_DIST, -1);