From a9d2562218af3e0b2f5a1dd9b6cb73e53dc5ac99 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 16 一月 2025 11:09:46 +0800 Subject: [PATCH] 成功与升级标签测距版本,改为chm9,但进度条标签端未显示 --- user_config.h | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/user_config.h b/user_config.h index 261a0f5..198835c 100644 --- a/user_config.h +++ b/user_config.h @@ -136,7 +136,7 @@ /* =========================================================================================================================== */ /** TX power level: 0 ~ 60 */ -#define TX_POWER_LEVEL (55) +#define TX_POWER_LEVEL (60) /** Antenna port number for AoA, 2~4 */ #define RX_AOA_ANT_PORTS_NUM (4) @@ -154,6 +154,8 @@ #define PHY_PAYLOAD_LEN_MAX (127) //#define BOXING +//#define BOXING +#define LED_PIN IO_PIN_4 /* =========================================================================================================================== */ /* ================ Simple Selection ================ */ /* =========================================================================================================================== */ @@ -175,13 +177,18 @@ #define INPUT_5V_Pin IO_PIN_11 -#define RSSI_EN (1) +#define RSSI_EN (0) /** channel number: 2, 5, 9 */ #define UWB_CH_NUM (9) /** Velocity of propagation (%) */ #define VP_VAL (100) #define RANGING_CORR (0) #define XTAL_AUTO_TUNE_EN (0) +//#define STS_MODE +//#define MK_MODE +#define SLEEP_COUNT 1000 +#define DW1000 + /* =========================================================================================================================== */ /* ================ End ================ */ /* =========================================================================================================================== */ -- Gitblit v1.9.3