ameba_ws2812b/component/common/utilities/update.h

11 lines
338 B
C
Raw Permalink Normal View History

2015-11-17 02:30:14 +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);
//----------------------------------------------------------------------------
#endif