mirror of
https://github.com/a2633063/zTC1.git
synced 2025-12-08 21:08: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
|