Skip to content

Commit

Permalink
Update GroundPowerWidget.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 10, 2024
1 parent d809b3f commit 1bd6d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/widgets/GroundPowerWidget.qml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ BaseWidget {
// Define symbols based on battery level
var symbol;
if (_ohdSystemGround.ina219_current_milliamps===1337) {
symbol = "\uF02D1"; // Charging
symbol = "\uF0087"; // Charging
}
else if (percent < 10) {
symbol = "\uf07a"; // Change the symbol for battery level below 10%
Expand Down

0 comments on commit 1bd6d5f

Please sign in to comment.