[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:
@@ -22,6 +22,7 @@ typedef struct {
|
||||
float temperature_gauge;
|
||||
|
||||
uint8_t charge;
|
||||
uint8_t health;
|
||||
} PowerInfoModel;
|
||||
|
||||
void power_info_draw_callback(Canvas* canvas, void* context);
|
||||
|
||||
Reference in New Issue
Block a user