Files
zTC1/TC1/ota_server/user_ota.h
2020-02-16 10:24:39 +08:00

9 lines
122 B
C

#ifndef __USER_OTA_H_
#define __USER_OTA_H_
extern float ota_progress;
void UserOtaStart(char *url, char *md5);
#endif