增加蓝牙状态上报和断链同步
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
#include "ota_flash_interface.h"
|
||||
#include "ota_protocol.h"
|
||||
#include "pwm.h"
|
||||
#include "light_transition.h"
|
||||
#include "light_transition.h"
|
||||
#include "usr_server.h"
|
||||
/*********************************************************************************************************************/
|
||||
|
||||
void rwip_schedule(void);
|
||||
@@ -26,7 +27,8 @@ TASK_COMPONENTS TaskComps[] =
|
||||
{0,1,1,Set_timing},
|
||||
{0,100,100,scan_433},
|
||||
{0, 100,3, Encoder_key},
|
||||
{0,1,1,My_ADC_Get_Value},
|
||||
{0,1,1,My_ADC_Get_Value},
|
||||
{0,50,50,ble_state_sync_poll},
|
||||
{0, 311, 1, app_op_flash}, //用户数据持久化 fmc_spi_read9
|
||||
{0, 311, 1, xc_ota_schedule}, //保存flash数据任务 8 //最后调用的
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user