diff options
Diffstat (limited to 'healthd/healthd.cpp')
-rw-r--r-- | healthd/healthd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/healthd.cpp b/healthd/healthd.cpp index 1719c22..f7c79c4 100644 --- a/healthd/healthd.cpp +++ b/healthd/healthd.cpp @@ -49,6 +49,7 @@ static struct healthd_config healthd_config = { .batteryTemperaturePath = String8(String8::kEmptyString), .batteryTechnologyPath = String8(String8::kEmptyString), .batteryCurrentNowPath = String8(String8::kEmptyString), + .batteryCurrentAvgPath = String8(String8::kEmptyString), .batteryChargeCounterPath = String8(String8::kEmptyString), }; |