Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a970a4d authored by Alexander Grund's avatar Alexander Grund
Browse files

Fix bluetooth.controller.voltage

It was contained 2 times in power_profile.xml likely making it use the wrong 3600 value while according to other changes 3300 is intended

Change-Id: I27f2921b5b8b667167636861ea849a89ec3c1814
parent 8b01c2f0
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
    <item name="none">0</item>
    <item name="screen.on.display0">29.93</item>
    <item name="bluetooth.active">37.68</item>
    <item name="bluetooth.controller.idle">1</item>
    <item name="bluetooth.controller.rx">25</item>
    <item name="bluetooth.controller.tx">25</item>
    <item name="bluetooth.controller.voltage">3300</item>
    <item name="bluetooth.on">0.89</item>
    <item name="screen.full.display0">247.57</item>
@@ -174,8 +177,4 @@
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="bluetooth.controller.idle">1</item>
    <item name="bluetooth.controller.rx">25</item>
    <item name="bluetooth.controller.tx">25</item>
    <item name="bluetooth.controller.voltage">3600</item>
</device>