显示OTA进度

This commit is contained in:
zogodo
2020-02-09 15:09:13 +08:00
parent 2c75459780
commit bb2616dcb9
5 changed files with 29 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#ifndef __USER_OTA_H_
#define __USER_OTA_H_
extern float ota_progress;
void user_ota_start(char *url, char *md5);