mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user