mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: try to improve 70% to 60% battery level accuracy
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class DatalogSessionAnalytics extends DatalogSession {
|
||||
return 90;
|
||||
} else if (batteryMilliVolts > 4000) { //guessed
|
||||
return 80;
|
||||
} else if (batteryMilliVolts > 3880) { //confirmed
|
||||
} else if (batteryMilliVolts > 3890) { //3890 was already 60
|
||||
return 70;
|
||||
} else if (batteryMilliVolts > 3855) { //probably
|
||||
return 60;
|
||||
|
||||
Reference in New Issue
Block a user