Browse Source

battery: rather undercompensate for load

than over compensate which makes the estimate to high and breaks batteries
beause they get flown for too long.
main
Matthias Grob 3 years ago
parent
commit
2c5a7ea118
  1. 2
      src/lib/battery/module.yaml

2
src/lib/battery/module.yaml

@ -58,7 +58,7 @@ parameters: @@ -58,7 +58,7 @@ parameters:
reboot_required: true
num_instances: *max_num_config_instances
instance_start: 1
default: [0.3, 0.3]
default: [0.1, 0.1]
BAT${i}_R_INTERNAL:
description:

Loading…
Cancel
Save