mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
add:功率功能
add:尝试增加ota进度功能
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
char rtc_init = 0; //sntpУʱ<D0A3>ɹ<EFBFBD><C9B9><EFBFBD>־λ
|
||||
|
||||
char strMac[16] = { 0 };
|
||||
uint32_t power=0;
|
||||
|
||||
system_config_t * sys_config;
|
||||
user_config_t * user_config;
|
||||
@@ -151,7 +152,7 @@ int application_start( void )
|
||||
require_noerr( err, exit );
|
||||
err = user_rtc_init( );
|
||||
require_noerr( err, exit );
|
||||
// user_power_init();
|
||||
user_power_init();
|
||||
while ( 1 )
|
||||
{
|
||||
// mico_thread_msleep(500);
|
||||
|
||||
Reference in New Issue
Block a user