mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-06 11:35:42 +00:00
first commit
This commit is contained in:
parent
2ee525362e
commit
d108756e9b
792 changed files with 336059 additions and 0 deletions
11
RTL00_SDKV35a/component/common/utilities/update.h
Normal file
11
RTL00_SDKV35a/component/common/utilities/update.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue