From 08cef3632ff59b87fcae4af71b9f7eb087a16c4c Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期五, 28 三月 2025 09:41:35 +0800
Subject: [PATCH] 去掉nrtip跟trace on  省了22k左右空间

---
 keil/include/drivers/global_param.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 22fc3f6..2621034 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -93,6 +93,8 @@
         g_com_map[TCP_IP_0]=0x6;
         g_com_map[TCP_IP_0]=1234;
         
+        g_com_map[OTA_FLAG]=0;
+        
         g_com_map[HEIGHTOFFEST_INDEX]=0;
         save_com_map_to_flash();
     }

--
Gitblit v1.9.3