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

View File

@ -241,7 +241,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Param: JS_GAIN_DEFAULT // @Param: JS_GAIN_DEFAULT
// @DisplayName: Default gain at boot // @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 // @User: Standard
// @Range: 0.1 1.0 // @Range: 0.1 1.0
GSCALAR(gain_default, "JS_GAIN_DEFAULT", 0.5), GSCALAR(gain_default, "JS_GAIN_DEFAULT", 0.5),