RTL00_WEB_VS/RTLGDB/USDK/component/common/utilities/update.h
ADElectronics 764b020238 update
2017-11-28 22:31:40 +03:00

11 lines
368 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