mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
battery: increase max value for battery thresholds
This commit is contained in:
committed by
Silvan Fuhrer
parent
5083ec52ec
commit
08c790217d
@@ -146,7 +146,7 @@ parameters:
|
||||
type: float
|
||||
unit: norm
|
||||
min: 0.05
|
||||
max: 0.25
|
||||
max: 0.5
|
||||
decimal: 2
|
||||
increment: 0.01
|
||||
default: 0.07
|
||||
@@ -161,7 +161,7 @@ parameters:
|
||||
type: float
|
||||
unit: norm
|
||||
min: 0.03
|
||||
max: 0.1
|
||||
max: 0.5
|
||||
decimal: 2
|
||||
increment: 0.01
|
||||
default: 0.05
|
||||
|
||||
Reference in New Issue
Block a user