cosmetic: battery related stuff
This commit is contained in:
@@ -21,7 +21,7 @@ void dashboard_ui_update_stats(const pi_stats_t *stats);
|
||||
/**
|
||||
* Update local sensor readings. LVGL lock must be held by caller.
|
||||
*/
|
||||
void dashboard_ui_update_local(float temp, float humidity, uint8_t battery);
|
||||
void dashboard_ui_update_local(float temp, float humidity, uint8_t battery, bool charging, float voltage);
|
||||
|
||||
/**
|
||||
* Update clock and date display. LVGL lock must be held by caller.
|
||||
|
||||
Reference in New Issue
Block a user