Skip to content

Commit caf0d34

Browse files
authored
Merge pull request #2105 from iNavFlight/Make-battery_capacity_unit-a-global-setting
Make-`battery_capacity_unit`-a-global-setting
2 parents 3c6197d + a436d38 commit caf0d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/configuration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</label>
168168
</div>
169169
<div class="select">
170-
<select class="batteryProfileHighlight" id="battery_capacity_unit">
170+
<select id="battery_capacity_unit">
171171
<option value="mAh">mAh</option>
172172
<option value="mWh">mWh</option>
173173
</select>

0 commit comments

Comments
 (0)