From d2321fdec2432a17b803a0553dd5831833387e52 Mon Sep 17 00:00:00 2001 From: wangfq Date: Tue, 30 Jun 2026 15:00:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tcp=5Fjson=5Fsrv=20=E5=BC=95=E7=94=A8=20?= =?UTF-8?q?SocketId=5FTCP=20=E7=BC=BA=E5=B0=91=20extern=20=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BLE/OnlyUpdateApp_Peripheral/APP/include/tcp_json_srv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/tcp_json_srv.h b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/tcp_json_srv.h index b3c82f8..00528be 100644 --- a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/tcp_json_srv.h +++ b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/include/tcp_json_srv.h @@ -47,6 +47,8 @@ typedef enum { /*=========================================================================== * Externs *===========================================================================*/ +extern uint8_t SocketId_TCP; +extern uint8_t SocketId_UDP; extern uint8_t g_json_socket_listen; // listen socket ID extern uint8_t g_json_socket_client; // accepted client socket ID (0xFF = none) extern TcpJsonAuthState g_json_auth_state;