Skip to content

Commit ea21a41

Browse files
Update Firmware/LowLevel/src/main.cpp
1 parent 3f2b779 commit ea21a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Firmware/LowLevel/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ void onPacketReceived(const uint8_t *buffer, size_t size) {
530530

531531
// returns true, if it's a good idea to charge the battery (current, voltages, ...)
532532
bool checkShouldCharge() {
533-
return status_message.v_charge < 30.0 && status_message.charging_current < 2 && status_message.v_battery < 29.0;
533+
return status_message.v_charge < 30.0 && status_message.charging_current < 1.5 && status_message.v_battery < 29.0;
534534
}
535535

536536
void updateChargingEnabled() {

0 commit comments

Comments
 (0)