esc_battery: fix current reporting

This commit is contained in:
Jacob Dahl
2025-12-11 23:11:03 -09:00
committed by Alex Klimaj
parent 67d62cb371
commit c25fcabcc6
-1
View File
@@ -105,7 +105,6 @@ EscBattery::Run()
}
average_voltage_v /= online_esc_count;
total_current_a /= online_esc_count;
average_temperature_c /= online_esc_count;
_battery.setConnected(true);