ArduSub: Parameters: mention PilotGain message

This commit is contained in:
ES-Alexander 2022-11-12 06:00:11 +11:00 committed by Willian Galvani
parent fc767c4f7f
commit 82ab14c1d8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Param: JS_GAIN_DEFAULT
// @DisplayName: Default gain at boot
// @Description: Default gain at boot, must be in range [JS_GAIN_MIN , JS_GAIN_MAX]
// @Description: Default gain at boot, must be in range [JS_GAIN_MIN , JS_GAIN_MAX]. Current gain value is accessible via NAMED_VALUE_FLOAT MAVLink message with name 'PilotGain'.
// @User: Standard
// @Range: 0.1 1.0
GSCALAR(gain_default, "JS_GAIN_DEFAULT", 0.5),