mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 12:38:14 +08:00
8 lines
97 B
C
8 lines
97 B
C
#ifndef __USER_OTA_H_
|
|
#define __USER_OTA_H_
|
|
|
|
|
|
void user_ota_start(char *url, char *md5);
|
|
|
|
#endif
|