From 6b0d1f644233b2984d2a87553de598879cf05caf Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 28 May 2024 17:24:59 +0800
Subject: [PATCH] 继续完善
---
Function/WirelessRemoteComm/wireless_remote_comm.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Function/WirelessRemoteComm/wireless_remote_comm.h b/Function/WirelessRemoteComm/wireless_remote_comm.h
index 44d6a85..819e72b 100644
--- a/Function/WirelessRemoteComm/wireless_remote_comm.h
+++ b/Function/WirelessRemoteComm/wireless_remote_comm.h
@@ -125,6 +125,14 @@
}WRC_UART_PARA_T;
+typedef enum
+{
+ GMS_WORST = 3U,
+ GMS_POOR = 10U,
+ GMS_GENERAL = 15U,
+ GMS_BEST = 25U,
+}GPRS_MODULE_SIG;
+
typedef struct{
uint8_t net_signal_intensity; //�����ź�ǿ��
--
Gitblit v1.9.3