From e51dea5616a0d6c1d63b0e4ec018d86df882d281 Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Wed, 1 Jul 2026 14:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=97=AE=E9=97=AE=E9=83=AD=E5=A4=A7?= =?UTF-8?q?=E4=BD=AC=E3=80=91=E4=B8=BA=E4=BB=80=E4=B9=88=E6=94=B9=E6=88=90?= =?UTF-8?q?=E8=BF=99=E6=A0=B7=E4=B8=80=E4=B8=8A=E7=94=B5=E5=B0=B1=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E4=BA=86=EF=BC=9F=E5=8A=A0=E4=B8=8A=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E7=94=B5=E6=9C=BA=E6=97=A0=E6=8A=A5=E8=AD=A6=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E6=9C=AA=E4=BD=BF=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project_old/paint_robot_old/paint_robot_old.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_old/paint_robot_old/paint_robot_old.c b/project_old/paint_robot_old/paint_robot_old.c index 250ab4b..420ad53 100644 --- a/project_old/paint_robot_old/paint_robot_old.c +++ b/project_old/paint_robot_old/paint_robot_old.c @@ -100,7 +100,7 @@ void GF_Robot_Init() is_upper_computer_take_over_control = 0; DLT_LOG_ENABLE_LEVEL = 7; //7 send all information //0 send nothing //dLT_Log_intialize(&InterCall_DEBUG_UART_Handler); //huart4 - dLT_Log_intialize(&RS_485_4_UART_Handler); + //dLT_Log_intialize(&RS_485_4_UART_Handler); udp_client_init(); tcp_server_init(3490); //dLT_Log_intialize_udp_tcp(); @@ -186,4 +186,4 @@ void BHBF_robot_task(void) CV = GF_BSP_EEPROM_Get_CV(); //FS_SetZero(); } -} \ No newline at end of file +}