[FL-905] Add battery health state monitoring in power app (#358)
* add battery health reading from gauge * add battery health reading to api-hal-power * update battery health in power application Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -44,6 +44,9 @@ void api_hal_power_deep_sleep();
|
||||
/* Get predicted remaining battery capacity in percents */
|
||||
uint8_t api_hal_power_get_pct();
|
||||
|
||||
/* Get battery health state in percents */
|
||||
uint8_t api_hal_power_get_bat_health_pct();
|
||||
|
||||
/* Get charging status */
|
||||
bool api_hal_power_is_charging();
|
||||
|
||||
|
Reference in New Issue
Block a user