From 1ad0399f0cdc7959b8259c6b159980d3702d3794 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 29 十一月 2024 15:12:19 +0800
Subject: [PATCH] 增加STS_MODE宏定义切换

---
 user_config.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/user_config.h b/user_config.h
index c3f38a4..deff87c 100644
--- a/user_config.h
+++ b/user_config.h
@@ -144,8 +144,13 @@
 /** Antenna ports combination for AoA, @ref enum RX_ANTENNA_MODE_T */
 #define RX_AOA_ANT_PORTS_COMBINATION (RX_4PORTS_ANT_3_0_1_2)
 
+/** Antenna ports combination, @ref macro definition RX_xPORTS_ANT_xxx */
+#define RX_ANT_PORTS_COMBINATION (RX_4PORTS_ANT_3_0_1_2)
+
 /** Antenna pattern: Linear or Square */
 #define SQUARE_4ANTS (0)
+
+#define RANGING_CORR (0)
 
 /** Velocity of propagation (%) */
 #define VP_VAL (100)
@@ -175,12 +180,16 @@
 #define INPUT_5V_Pin  IO_PIN_11
 #define RSSI_EN (1)
 
+#define _4G_USART_RX_Pin     IO_PIN_17
 #define ACCLERATE_DETECT_Pin IO_PIN_2
 #define SDA_PIN IO_PIN_3
 #define SER_PIN IO_PIN_3
 #define SCL_PIN IO_PIN_4
 #define SRCLK_PIN IO_PIN_8
 #define RCLK_PIN IO_PIN_7
+#define ADC_GND_ENABLE  IO_PIN_12
+#define GET_USERKEY  gpio_pin_get_val(SCL_PIN)
+#define STS_MODE
 /* =========================================================================================================================== */
 /* ================                                           End                                             ================ */
 /* =========================================================================================================================== */

--
Gitblit v1.9.3