Skip to content

Commit

Permalink
Merge pull request #2105 from iNavFlight/Make-battery_capacity_unit
Browse files Browse the repository at this point in the history
…-a-global-setting

Make-`battery_capacity_unit`-a-global-setting
  • Loading branch information
MrD-RC authored Sep 19, 2024
2 parents 3c6197d + a436d38 commit caf0d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
</label>
</div>
<div class="select">
<select class="batteryProfileHighlight" id="battery_capacity_unit">
<select id="battery_capacity_unit">
<option value="mAh">mAh</option>
<option value="mWh">mWh</option>
</select>
Expand Down

0 comments on commit caf0d34

Please sign in to comment.