mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef __USER_OTA_H_
|
|
#define __USER_OTA_H_
|
|
|
|
extern float ota_progress;
|
|
|
|
void UserOtaStart(char *url, char *md5);
|
|
|
|
#endif
|