fix: 开机默认挂载后台射频监控应用,修复唤醒/复位后无法识别传感器的问题

This commit is contained in:
2026-07-28 18:34:28 +08:00
parent 8367524eec
commit d7cb2ae37f

View File

@@ -184,6 +184,9 @@ void main(void)
/* 步骤 2+5: 初始化应用管理器并登记所有前台应用,默认加载 ClockApp */
AppManager_Init();
/* 启动并挂载后台射频监控应用,开始侦听无线传感器信号 */
AppManager_AttachToBackground(&rf_monitor_app);
/* 启动 1ms 系统基准定时器 Timer1 */
Timer1_Init();