Files
zTC1/TC1/ota_server/user_ota.h
2019-12-04 22:14:42 +08:00

8 lines
97 B
C

#ifndef __USER_OTA_H_
#define __USER_OTA_H_
void user_ota_start(char *url, char *md5);
#endif