mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-06 11:25:39 +00:00
update
This commit is contained in:
parent
34d3652711
commit
39f77eb92b
1844 changed files with 899433 additions and 7 deletions
11
USDK/component/common/utilities/update.h
Normal file
11
USDK/component/common/utilities/update.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef UPDATE_H
|
||||
#define UPDATE_H
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
int update_ota_local(char *ip, int port);
|
||||
int update_ota_cloud(char *repository, char *file_path);
|
||||
void cmd_update(int argc, char **argv);
|
||||
void cmd_ota_image(bool cmd);
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue