移植HPW423评分版433解码器

This commit is contained in:
2026-07-27 23:42:21 +08:00
parent 241bf50b3f
commit e874a8673e
7 changed files with 913 additions and 98 deletions
@@ -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},
};
/**************************************************************************************