You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/fc/settings.yaml
+6-6
Original file line number
Diff line number
Diff line change
@@ -890,6 +890,12 @@ groups:
890
890
condition: USE_ADC
891
891
min: 0
892
892
max: 65535
893
+
- name: battery_capacity_unit
894
+
description: "Unit used for `battery_capacity`, `battery_capacity_warning` and `battery_capacity_critical` [MAH/MWH] (milliAmpere hour / milliWatt hour)."
895
+
default_value: "MAH"
896
+
field: capacity_unit
897
+
table: bat_capacity_unit
898
+
type: uint8_t
893
899
- name: current_meter_scale
894
900
description: "This sets the output voltage to current scaling for the current sensor in 0.1 mV/A steps. 400 is 40mV/A such as the ACS756 sensor outputs. 183 is the setting for the uberdistro with a 0.25mOhm shunt."
895
901
default_value: :target
@@ -996,12 +1002,6 @@ groups:
996
1002
field: capacity.critical
997
1003
min: 0
998
1004
max: 4294967295
999
-
- name: battery_capacity_unit
1000
-
description: "Unit used for `battery_capacity`, `battery_capacity_warning` and `battery_capacity_critical` [MAH/MWH] (milliAmpere hour / milliWatt hour)."
1001
-
default_value: "MAH"
1002
-
field: capacity.unit
1003
-
table: bat_capacity_unit
1004
-
type: uint8_t
1005
1005
- name: controlrate_profile
1006
1006
description: "Control rate profile to switch to when the battery profile is selected, 0 to disable and keep the currently selected control rate profile"
0 commit comments