Added a heartbeat function to the driver code. Both the
MatrixOrbital driver and the curses driver now have their own heartbeat functions.
This commit is contained in:
+3
-1
@@ -5,6 +5,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "render.h"
|
||||
|
||||
/*
|
||||
contains a few things that other parts of the program might want
|
||||
to know about...
|
||||
@@ -28,7 +30,7 @@ typedef struct screen_size {
|
||||
|
||||
#define DEFAULT_SCREEN_PRIORITY 128
|
||||
#define DEFAULT_SCREEN_DURATION 32
|
||||
#define DEFAULT_HEARTBEAT 1
|
||||
#define DEFAULT_HEARTBEAT HEARTBEAT_ON
|
||||
#define DEFAULT_ADDR "127.0.0.1"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user