Skip to content

Commit 79a3944

Browse files
committed
reduce max to 85 percent
1 parent bc3e09f commit 79a3944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packs/Nissan/LeafMultiPack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void LeafMultiPack::updateFullyChargedDischargedStatus()
195195
{
196196
bool use0to100limites = false;
197197
float batcaplow = 5.0;
198-
float batcaphigh = 90.0;
198+
float batcaphigh = 85.0;
199199
float hysteresis = 0;
200200

201201
// check/set fully charged/discharged status with hysteresis

0 commit comments

Comments
 (0)