Preset Picker

This commit is contained in:
HarukiToreda
2025-12-14 17:22:14 -05:00
parent cd0843c7db
commit 60389e84e6
3 changed files with 71 additions and 1 deletions

View File

@@ -67,6 +67,15 @@ enum MenuAction {
SET_ROLE_CLIENT_MUTE,
SET_ROLE_ROUTER,
SET_ROLE_REPEATER,
// Presets
SET_PRESET_LONG_SLOW,
SET_PRESET_LONG_MODERATE,
SET_PRESET_LONG_FAST,
SET_PRESET_MEDIUM_SLOW,
SET_PRESET_MEDIUM_FAST,
SET_PRESET_SHORT_SLOW,
SET_PRESET_SHORT_FAST,
SET_PRESET_SHORT_TURBO,
};
} // namespace NicheGraphics::InkHUD