From 75260f73c04126949285c2c38ab1605d255d56cf Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 7 May 2025 17:47:06 +0800 Subject: [PATCH] fix channel --- apps/iot/src/{websocket/tcp_channel.erl => iot_tcp_channel.erl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/iot/src/{websocket/tcp_channel.erl => iot_tcp_channel.erl} (99%) diff --git a/apps/iot/src/websocket/tcp_channel.erl b/apps/iot/src/iot_tcp_channel.erl similarity index 99% rename from apps/iot/src/websocket/tcp_channel.erl rename to apps/iot/src/iot_tcp_channel.erl index d4f15eb..eeeb075 100644 --- a/apps/iot/src/websocket/tcp_channel.erl +++ b/apps/iot/src/iot_tcp_channel.erl @@ -6,7 +6,7 @@ %%% @end %%% Created : 11. 1月 2021 上午12:17 %%%------------------------------------------------------------------- --module(tcp_channel). +-module(iot_tcp_channel). -author("licheng5"). -include("iot.hrl"). -include("message_pb.hrl").