mirror of
https://github.com/ghsecuritylab/ameba_ws2812b.git
synced 2024-11-22 02:24:15 +00:00
10 lines
338 B
C
10 lines
338 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);
|
|
|
|
//----------------------------------------------------------------------------
|
|
#endif
|