no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user