From ae079c1fc5d990ba55714d4b3a51b19f96edaec4 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 24 四月 2025 16:01:43 +0800 Subject: [PATCH] 改为中断来低电平触发发送当前扫描数据,3s内扫描不到的会退出,串口来55 AA 75 70 64 61 74 65,进入升级模式 --- 01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/pan_phy.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/pan_phy.h b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/pan_phy.h index 8a118b4..4576be5 100644 --- a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/pan_phy.h +++ b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/pan_phy.h @@ -108,7 +108,7 @@ void PHY_set_tx_pwr(int8_t tx_pwr); uint32_t PHY_SeqRamInit(void); -void panchip_prf_reduce_trx_time(bool reduce_flag); +void panchip_prf_phy_cfg_mode_set(uint32_t *phy_data, uint16_t len); extern const uint32_t init_slp[]; extern const uint32_t init_stdby[]; -- Gitblit v1.9.3