Files
zTC1/TC1/ota_server/user_ota.h

9 lines
130 B
C

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