移植HPW423评分版433解码器
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "timer.h"
|
||||
#include "mode.h"
|
||||
#include "RF433.h"
|
||||
#include "rf433_decoder.h"
|
||||
#include "ota_flash_interface.h"
|
||||
#include "ota_protocol.h"
|
||||
#include "pwm.h"
|
||||
@@ -31,6 +32,7 @@ TASK_COMPONENTS TaskComps[] =
|
||||
{0,50,50,ble_state_sync_poll},
|
||||
{0, 311, 1, app_op_flash}, //用户数据持久化 fmc_spi_read9
|
||||
{0, 311, 1, xc_ota_schedule}, //保存flash数据任务 8 //最后调用的
|
||||
{0, 1, 1, rf433_decoder_process},
|
||||
};
|
||||
|
||||
/**************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user