new config options TitleSpeed= and Heartbeat=
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#endif
|
||||
|
||||
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
|
||||
/*********************************************************************
|
||||
* Data definitions of the menustuff
|
||||
|
||||
Reference in New Issue
Block a user