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

@@ -59,7 +59,8 @@ class MenuApplet : public SystemApplet, public concurrency::OSThread
uint16_t systemInfoPanelHeight = 0; // Need to know before we render
std::vector<MenuItem> items; // MenuItems for the current page. Filled by ShowPage
std::vector<MenuItem> items; // MenuItems for the current page. Filled by ShowPage
std::vector<std::string> nodeConfigLabels; // Persistent labels for Node Config pages
// Data for selecting and sending canned messages via the menu
// Placed into a sub-class for organization only