mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 15:10:40 +00:00
Fixed missing stray endiff
This commit is contained in:
@@ -1096,7 +1096,7 @@ void InkHUD::MenuApplet::showPage(MenuPage page)
|
||||
items.push_back(MenuItem("Exit", MenuPage::EXIT));
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
case NODE_CONFIG_DISPLAY: {
|
||||
items.push_back(MenuItem("Back", MenuAction::BACK, MenuPage::NODE_CONFIG));
|
||||
|
||||
@@ -1888,4 +1888,5 @@ void InkHUD::MenuApplet::freeCannedMessageResources()
|
||||
cm.selectedRecipientItem = nullptr;
|
||||
cm.messageItems.clear();
|
||||
cm.recipientItems.clear();
|
||||
}
|
||||
}
|
||||
#endif // MESHTASTIC_INCLUDE_INKHUD
|
||||
Reference in New Issue
Block a user