Issue #28: Implement update successful notification.
This commit is contained in:
@@ -168,6 +168,9 @@ static inline void handle_boot_status(void)
|
||||
if (status.code_updated) {
|
||||
status.code_updated = 0x0UL;
|
||||
safety_memory_set_boot_status(&status);
|
||||
|
||||
/* Display notification on GUI */
|
||||
gui_root_menu_message_set("Firmware updated", "[Press Key]");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user