Updater: Store update file name in safety memory before executing updater. Currently name is hardcoded.
This commit is contained in:
@@ -633,7 +633,7 @@ shellmatta_retCode_t shell_cmd_update(const shellmatta_handle_t handle, const ch
|
||||
(void)arguments;
|
||||
(void)length;
|
||||
|
||||
start_updater();
|
||||
updater_update_from_file("update.hex");
|
||||
|
||||
return SHELLMATTA_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user