- Added turbo option, to allow waiting for events and use less CPU

This commit is contained in:
2023-06-23 11:22:12 +02:00
parent 38e209fa76
commit 724592ec67
3 changed files with 21 additions and 1 deletions

2
mini.h
View File

@@ -285,4 +285,6 @@ const char *getconfig(const char* key);
void setconfig(const char* key, const char* value);
const char *configfolder();
void setturbo(const bool value);
void exit();