From 791c7eb04c14fca42f5a7d958d090c2e9ce5a7ef Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Wed, 22 Apr 2026 07:15:22 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V3_Beta/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL_V3_Beta/module.php b/Bat_EV_SDL_V3_Beta/module.php index 0703940..c1245da 100644 --- a/Bat_EV_SDL_V3_Beta/module.php +++ b/Bat_EV_SDL_V3_Beta/module.php @@ -783,7 +783,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array // Beispiel: 300W Band, 2 Treffer (bei 2s Update => ~4s stabil) $tolPct = 0.10; // 10% - $needHits = 2; // 2 Treffer hintereinander (oder 1 für sofort) + $needHits = 1; // 2 Treffer hintereinander (oder 1 für sofort) $tolW_EV = abs($targetEV) * $tolPct; $tolW_SDL = abs($targetSDL) * $tolPct;