Protected mode

This commit is contained in:
Dejvino
2026-02-22 00:33:13 +01:00
parent 217d8dbacf
commit e6a4711861
4 changed files with 51 additions and 36 deletions
+2
View File
@@ -38,6 +38,7 @@ enum MenuItemID {
MENU_ID_GROUP_SETUP,
MENU_ID_CHANNEL,
MENU_ID_PROTECTED_MODE,
MENU_ID_RESET,
MENU_ID_GROUP_PATCHES,
@@ -84,6 +85,7 @@ extern volatile int songRepeatsRemaining;
extern volatile int nextSongRepeats;
extern volatile bool songModeNeedsNext;
extern volatile bool isPlaying;
extern bool protectedMode;
extern volatile int tempo;
extern volatile unsigned long lastClockTime;
extern volatile int clockCount;