From 2fe944b7b3cb50c59cc48f079d4b0f90237681b3 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期二, 22 十月 2024 15:15:02 +0800
Subject: [PATCH] 修改了ADC休眠后不采集bug

---
 user_config.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/user_config.h b/user_config.h
index 4936b24..2595326 100644
--- a/user_config.h
+++ b/user_config.h
@@ -147,6 +147,8 @@
 /** Antenna pattern: Linear or Square */
 #define SQUARE_4ANTS (0)
 
+#define RANGING_CORR (0)
+
 /** Velocity of propagation (%) */
 #define VP_VAL (100)
 
@@ -175,7 +177,7 @@
 #define INPUT_5V_Pin  IO_PIN_11
 #define RSSI_EN (1)
 
-#define _4G_USART_RX_Pin     IO_PIN_6
+#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

--
Gitblit v1.9.3