From c2108e5a482dfb8760849bb01264ed4bdb9f604f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 23 Jan 2015 03:08:21 -0200 Subject: Another mega-patch for the refactoring process. Kinda runs, but functionality from the original main loop is still missing. Patience. --- Meter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Meter.h') diff --git a/Meter.h b/Meter.h index 97efc1ad..67df33b2 100644 --- a/Meter.h +++ b/Meter.h @@ -11,6 +11,8 @@ in the source distribution for its full text. #define METER_BUFFER_LEN 256 +#define GRAPH_DELAY (DEFAULT_DELAY/2) + #include "ListItem.h" #include -- cgit v1.2.3