Skip to content

Commit c25fcab

Browse files
dakejahlAlexKlimaj
authored andcommitted
esc_battery: fix current reporting
1 parent 67d62cb commit c25fcab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/esc_battery/EscBattery.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ EscBattery::Run()
105105
}
106106

107107
average_voltage_v /= online_esc_count;
108-
total_current_a /= online_esc_count;
109108
average_temperature_c /= online_esc_count;
110109

111110
_battery.setConnected(true);

0 commit comments

Comments
 (0)