universal7885: overlay: add battery current divider

* This fixes lockscreen charging info mA & watts.

Signed-off-by: kaderbava <ksbava7325@gmail.com>
Change-Id: I341e5bdba3c2efc97a5e8d6c7b8fa9f6e5c96e07
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
kaderbava 2022-02-15 18:55:48 +00:00 committed by roynatech2544
commit c1c0024601
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -25,4 +25,9 @@
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
<!-- The battery current divider, some kernel report current value in mA other in µA.
Leave 1 if you have mA, put 1000 if you have µA -->
<integer name="config_battCurrentDivider" translatable="false">1</integer>
</resources>