mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-01 03:44:17 +00:00
12 lines
379 B
C
12 lines
379 B
C
|
#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
|