1
0
forked from me/IronOS

Allow menu items to be skipped automatically | skip power pulse settings if its turned off

This commit is contained in:
Ben V. Brown
2021-03-18 22:01:02 +11:00
parent 32974b3c51
commit 04d72cbcd8
2 changed files with 133 additions and 142 deletions

View File

@@ -24,7 +24,7 @@ typedef struct {
const char *description;
// return true if increment reached the maximum value
bool (*const incrementHandler)(void);
void (*const draw)(void);
bool (*const draw)(void);
} menuitem;
void enterSettingsMenu();