AP_RCMapper: Added warning to RCMAP_THROTTLE

Warning user that changing RCMAP_Throttle could be dangerous
This commit is contained in:
svefro 2014-06-11 20:14:10 +02:00 committed by Andrew Tridgell
parent d8573d0722
commit b473f8fd4d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const AP_Param::GroupInfo RCMapper::var_info[] PROGMEM = {
// @Param: THROTTLE
// @DisplayName: Throttle channel
// @Description: Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter.
// @Description: Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Warning APM 2.X: Changing the throttle channel could produce unexpected fail-safe results if connection between receiver and on-board PPM Encoder is lost. Disabling on-board PPM Encoder is recommended.
// @Range: 1 8
// @Increment: 1
// @User: Advanced