diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Core/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Core/stats.c b/src/common/Core/stats.c index 22b45c8..92163d0 100644 --- a/src/common/Core/stats.c +++ b/src/common/Core/stats.c @@ -267,7 +267,7 @@ const char* stats_build_text(void) else { stats_end_ix += snprintf( stats_text + stats_end_ix, STATS_LEN - 1 - stats_end_ix, " %ld", - battery_charge_hourly[h]); + battery_charge_hourly[h] / 1000); } } |