recover source code

This commit is contained in:
zogodo
2019-09-04 11:06:06 +08:00
parent 3c69d37089
commit 3065ffe5c7
37 changed files with 5016 additions and 22 deletions

7
TC1/user_ota.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __USER_OTA_H_
#define __USER_OTA_H_
void user_ota_start(char *url, char *md5);
#endif