Browse Source

Param "User Flight Profile" : improve documentation

sbg
Thomas Gubler 6 years ago committed by Lorenz Meier
parent
commit
cf15cef066
  1. 10
      src/modules/commander/commander_params.c

10
src/modules/commander/commander_params.c

@ -914,13 +914,11 @@ PARAM_DEFINE_INT32(COM_ASPD_FS_DLY, 0); @@ -914,13 +914,11 @@ PARAM_DEFINE_INT32(COM_ASPD_FS_DLY, 0);
* Can be used by ground control software or log post processing.
* This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params).
*
* 0: Default
* 100: Pro User
* 200: Flight Tester
* 300: Developer
* @value 0 Default
* @value 100 Pro User
* @value 200 Flight Tester
* @value 300 Developer
*
* @min 0
* @max 1000
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLT_PROFILE, 0);

Loading…
Cancel
Save