mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #3562 from DanNixon/remove_failsafe_enable_option
Remove the ability to disable stage 2 failsafe
This commit is contained in:
commit
96d0b468e9
8 changed files with 11 additions and 18 deletions
|
@ -165,7 +165,7 @@ static const char * const mixerNames[] = {
|
|||
// sync this with features_e
|
||||
static const char * const featureNames[] = {
|
||||
"RX_PPM", "", "INFLIGHT_ACC_CAL", "RX_SERIAL", "MOTOR_STOP",
|
||||
"SERVO_TILT", "SOFTSERIAL", "GPS", "FAILSAFE",
|
||||
"SERVO_TILT", "SOFTSERIAL", "GPS", "",
|
||||
"SONAR", "TELEMETRY", "", "3D", "RX_PARALLEL_PWM",
|
||||
"RX_MSP", "RSSI_ADC", "LED_STRIP", "DISPLAY", "OSD",
|
||||
"", "CHANNEL_FORWARDING", "TRANSPONDER", "AIRMODE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue