Commit Diff


commit - d4ccf394761d1039df4416da9f2604161199e633
commit + 5024969865d2a9eb69472601fecdd655696621e3
blob - 7fb2ef64a403a478246f315d541d5cccaa4512c1
blob + 3acfb46c3c44b48560b003bf074c13bbcb708694
--- bedstatus/bedstatus.c
+++ bedstatus/bedstatus.c
@@ -16,7 +16,7 @@
 #include <err.h>
 
 #define MAXSENSORS 16
-#define CPUSPEEDHISTLEN 30
+#define CPUSPEEDHISTLEN 3
 
 static int power_sensors[MAXSENSORS];
 static int cputemp_sensor = -1;