Issue #28: Implement update successful notification.

This commit is contained in:
2021-05-22 00:14:56 +02:00
parent 410a5d4dd1
commit 71315b7c92
3 changed files with 69 additions and 1 deletions

View File

@@ -29,4 +29,6 @@ int gui_handle(void);
void gui_init(void);
void gui_root_menu_message_set(const char *heading, const char *text);
#endif /* _GUI_H_ */