mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-15 13:58:13 +02:00
Wip current measurement
This commit is contained in:
parent
9a9154fa86
commit
3e3e584ca1
3 changed files with 23 additions and 17 deletions
|
@ -94,7 +94,7 @@ def calculate_consumption_per_day(labels, normalize_with_idle=True):
|
|||
# THE TOTAL EXPECTED AMOUNT PER DAY in milli ampere
|
||||
expected_consumption_per_day = 0.0
|
||||
|
||||
idle_consumption = 0.500
|
||||
idle_consumption = 0.00256
|
||||
add_consumption(IDLE_LABEL, idle_consumption, 1.0, 1.0)
|
||||
|
||||
# ADVERTISING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue