mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
use a tag on cpu_load for more accurate load over the last epoch
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user