use a tag on cpu_load for more accurate load over the last epoch

This commit is contained in:
Sniffleupagus
2023-05-19 10:59:41 -07:00
parent 3f9e78af73
commit 4b89a3c8dd

View File

@ -177,7 +177,7 @@ class Epoch(object):
self.bored_for = 0
now = time.time()
cpu = pwnagotchi.cpu_load()
cpu = pwnagotchi.cpu_load("epoch")
mem = pwnagotchi.mem_usage()
temp = pwnagotchi.temperature()