Issue #28: Start GUI for Temp Profile execution

This commit is contained in:
2021-03-21 21:07:54 +01:00
parent a25b249d77
commit 78b63c853f
5 changed files with 134 additions and 4 deletions

View File

@@ -87,4 +87,6 @@ void menu_list_scroll_up(struct menu_list *list);
void menu_list_enter_selected_entry(struct menu_list *list, struct lcd_menu *menu);
uint32_t menu_list_get_currently_selected(struct menu_list *list);
#endif /* __MENU_H__ */