Update with failsafe_throttle default. #488

This commit is contained in:
Moshen Chan 2015-03-05 18:30:05 -08:00
parent d24d4699db
commit 55d2ef684d
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ See your receiver's documentation for direction on how to accomplish one of thes
2. Set 'failsafe_off_delay' to an appropriate value based on how high you fly
3. Set 'failsafe_throttle' to a value that allows the aircraft to descend at approximately one meter per second.
3. Set 'failsafe_throttle' to a value that allows the aircraft to descend at approximately one meter per second (default is 1000 which should be throttle off).
These are the basic steps for flight controller failsafe configuration, see Failsafe Settings below for additional settings that may be changed.
@ -69,7 +69,7 @@ Delay after failsafe activates before motors finally turn off. This is the amou
### `failsafe_throttle`
Throttle level used for landing. Specify a value that causes the aircraft to descend at about 1M/sec.
Throttle level used for landing. Specify a value that causes the aircraft to descend at about 1M/sec. Default is set to 1000 which should correspond to throttle off.
Use standard RX usec values. See RX documentation.