Add /tray timer <seconds>

closes #787
This commit is contained in:
James Booth
2016-05-15 01:41:34 +01:00
parent d00615beba
commit c6a6e3a51c
7 changed files with 75 additions and 7 deletions

View File

@@ -51,4 +51,6 @@ void tray_enable(void);
*/
void tray_disable(void);
void tray_set_timer(int interval);
#endif