diff --git a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/net_srv.c b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/net_srv.c index ec5ed66..245c291 100644 --- a/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/net_srv.c +++ b/vd960DBN/BLE/OnlyUpdateApp_Peripheral/APP/net_srv.c @@ -1120,6 +1120,9 @@ void net_srv_init(void) WCHNET_CreateUdpSocket(); #endif tcp_json_srv_init(); // Start JSON protocol TCP listener on port 5960 +#if !NET_SSC_ENABLE + g_net_state.flag = 2; // Skip SSC init, advance state directly +#endif }