Added Node Config menu with Lora Region Picker

This commit is contained in:
HarukiToreda
2025-12-14 15:53:44 -05:00
parent 87114f4052
commit d9dab0cd6c
5 changed files with 54 additions and 14 deletions

View File

@@ -20,11 +20,13 @@ enum MenuPage : uint8_t {
SEND,
CANNEDMESSAGE_RECIPIENT, // Select destination for a canned message
OPTIONS,
NODE_CONFIG,
NODE_CONFIG_LORA,
APPLETS,
AUTOSHOW,
RECENTS, // Select length of "recentlyActiveSeconds"
REGION,
EXIT, // Dismiss the menu applet
EXIT, // Dismiss the menu applet
};
} // namespace NicheGraphics::InkHUD