mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
battery_params: relax maximum for capacity thresholds
This commit is contained in:
committed by
Daniel Agar
parent
a1b0634258
commit
b607630ee7
@@ -48,7 +48,7 @@
|
||||
* @group Battery Calibration
|
||||
* @unit norm
|
||||
* @min 0.12
|
||||
* @max 0.4
|
||||
* @max 0.5
|
||||
* @decimal 2
|
||||
* @increment 0.01
|
||||
* @reboot_required true
|
||||
@@ -65,7 +65,7 @@ PARAM_DEFINE_FLOAT(BAT_LOW_THR, 0.15f);
|
||||
* @group Battery Calibration
|
||||
* @unit norm
|
||||
* @min 0.05
|
||||
* @max 0.1
|
||||
* @max 0.25
|
||||
* @decimal 2
|
||||
* @increment 0.01
|
||||
* @reboot_required true
|
||||
@@ -82,7 +82,7 @@ PARAM_DEFINE_FLOAT(BAT_CRIT_THR, 0.07f);
|
||||
* @group Battery Calibration
|
||||
* @unit norm
|
||||
* @min 0.03
|
||||
* @max 0.07
|
||||
* @max 0.1
|
||||
* @decimal 2
|
||||
* @increment 0.01
|
||||
* @reboot_required true
|
||||
|
||||
Reference in New Issue
Block a user