Update example as well.

This commit is contained in:
grizewald 2017-09-25 22:02:57 +02:00 committed by mikeller
parent b41f62cd45
commit 9e39732b43
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ For example, assuming:
Then the updated `amperage_meter_scale` is:
```
amperage_meter_scale = old_amperage_meter_scale * (reported_draw_mAh / charging_data_mAh)
= 400 * (1158 / 1260)
= 368
= 400 * (1260 / 1158)
= 435
```