rtl00TstMinAmebaV35a/component/common/utilities/update.h

12 lines
368 B
C
Raw Normal View History

2016-09-23 04:21:45 +00:00
#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