sdk-ameba-v4.0c_180328/component/common/utilities/update.h
2019-04-02 16:34:25 +08:00

11 lines
379 B
C
Executable file

#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