mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2026-07-12 12:15:38 +00:00
Initial commit
This commit is contained in:
commit
6f665866d6
3358 changed files with 1106791 additions and 0 deletions
11
component/common/utilities/update.h
Normal file
11
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