initial commit
This commit is contained in:
11
lib/amb1_sdk/common/utilities/update.h
Normal file
11
lib/amb1_sdk/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
|
||||
Reference in New Issue
Block a user