add screensaver and optimize performance
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
8
components/bob/bob.c
Normal file
8
components/bob/bob.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "bob.h"
|
||||
|
||||
#include "persistence.h"
|
||||
|
||||
void bob_init(void)
|
||||
{
|
||||
persistence_init("system_control");
|
||||
}
|
Reference in New Issue
Block a user