ota_server/

This commit is contained in:
zogodo
2019-12-04 22:14:42 +08:00
parent 286812fc84
commit 75ad6b2629
5 changed files with 2 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __USER_OTA_H_
#define __USER_OTA_H_
void user_ota_start(char *url, char *md5);
#endif