[FL-2202] Reinit gauge after profile update (#962)
* bq27220: reinit gauge after profile update * Firmware: update battery capacity to enforce gauge reinit for everyone. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -42,8 +42,8 @@ const ParamCEDV cedv = {
|
||||
.IGNORE_SD = 1,
|
||||
.SME0 = 0,
|
||||
},
|
||||
.full_charge_cap = 2100,
|
||||
.design_cap = 2100,
|
||||
.full_charge_cap = 2101,
|
||||
.design_cap = 2101,
|
||||
.EDV0 = 3300,
|
||||
.EDV1 = 3321,
|
||||
.EDV2 = 3355,
|
||||
@@ -388,4 +388,4 @@ void furi_hal_power_suppress_charge_exit() {
|
||||
bq25896_enable_charging(&furi_hal_i2c_handle_power);
|
||||
furi_hal_i2c_release(&furi_hal_i2c_handle_power);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user