Skip to content

Commit 3999ab1

Browse files
error414sensei-hacker
authored andcommitted
remove unused setting
1 parent a7932b9 commit 3999ab1

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

docs/Settings.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6012,16 +6012,6 @@ SBUS sync interval in us. Default value is 3000us. Lower values may cause issues
60126012

60136013
---
60146014

6015-
### sdcard_detect_inverted
6016-
6017-
This setting drives the way SD card is detected in card slot. On some targets (AnyFC F7 clone) different card slot was used and depending of hardware revision ON or OFF setting might be required. If card is not detected, change this value.
6018-
6019-
| Default | Min | Max |
6020-
| --- | --- | --- |
6021-
| _target default_ | | |
6022-
6023-
---
6024-
60256015
### serialrx_halfduplex
60266016

60276017
Allow serial receiver to operate on UART TX pin. With some receivers will allow control and telemetry over a single wire.

src/main/blackbox/blackbox.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ PG_RESET_TEMPLATE(blackboxConfig_t, blackboxConfig,
105105
.device = DEFAULT_BLACKBOX_DEVICE,
106106
.rate_num = SETTING_BLACKBOX_RATE_NUM_DEFAULT,
107107
.rate_denom = SETTING_BLACKBOX_RATE_DENOM_DEFAULT,
108-
.invertedCardDetection = BLACKBOX_INVERTED_CARD_DETECTION,
109108
.arm_control = SETTING_BLACKBOX_ARM_CONTROL_DEFAULT,
110109
.includeFlags = BLACKBOX_FEATURE_NAV_PID | BLACKBOX_FEATURE_NAV_POS |
111110
BLACKBOX_FEATURE_MAG | BLACKBOX_FEATURE_ACC | BLACKBOX_FEATURE_ATTITUDE |

src/main/blackbox/blackbox.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ typedef struct blackboxConfig_s {
5757
uint16_t rate_num;
5858
uint16_t rate_denom;
5959
uint8_t device;
60-
uint8_t invertedCardDetection;
6160
uint32_t includeFlags;
6261
int8_t arm_control;
6362
} blackboxConfig_t;

src/main/fc/settings.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -817,12 +817,6 @@ groups:
817817
default_value: :target
818818
field: device
819819
table: blackbox_device
820-
- name: sdcard_detect_inverted
821-
description: "This setting drives the way SD card is detected in card slot. On some targets (AnyFC F7 clone) different card slot was used and depending of hardware revision ON or OFF setting might be required. If card is not detected, change this value."
822-
default_value: :target
823-
field: invertedCardDetection
824-
condition: USE_SDCARD
825-
type: bool
826820
- name: blackbox_arm_control
827821
description: "Determines behaviour of logging in relation to Arm state. For settings from 0 to 60 logging will start on Arm with the setting determining how long logging will continue after disarm in seconds, i.e. set to 0 to stop logging at disarm or 10 to stop logging 10s after disarm. Set to -1 to start logging from boot up until power off (Use with caution - mainly for debugging and best used with BLACKBOX mode)."
828822
default_value: 0

0 commit comments

Comments
 (0)