battery: increase max value for battery thresholds

This commit is contained in:
chfriedrich98
2024-07-17 17:35:38 +02:00
committed by Silvan Fuhrer
parent 5083ec52ec
commit 08c790217d
+2 -2
View File
@@ -146,7 +146,7 @@ parameters:
type: float type: float
unit: norm unit: norm
min: 0.05 min: 0.05
max: 0.25 max: 0.5
decimal: 2 decimal: 2
increment: 0.01 increment: 0.01
default: 0.07 default: 0.07
@@ -161,7 +161,7 @@ parameters:
type: float type: float
unit: norm unit: norm
min: 0.03 min: 0.03
max: 0.1 max: 0.5
decimal: 2 decimal: 2
increment: 0.01 increment: 0.01
default: 0.05 default: 0.05