add:功率功能

add:尝试增加ota进度功能
This commit is contained in:
Zip
2019-03-29 16:26:35 +08:00
parent a5d6eec84b
commit c50db6a0bb
9 changed files with 91 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
#include "mico.h"
#include "MiCOKit_EXT.h"
#define VERSION "v0.6"
#define VERSION "v0.7"
#define TYPE 1
#define TYPE_NAME "zTC1"
@@ -66,6 +66,7 @@ typedef struct
extern char rtc_init;
extern char strMac[16];
extern uint32_t power;
extern system_config_t * sys_config;
extern user_config_t * user_config;