This commit is contained in:
anlicheng 2024-05-07 15:28:47 +08:00
parent 9d6f80232e
commit d25cb95a61
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 07. 5 2024 11:17 %%% Created : 07. 5 2024 11:17
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(endpoint_for_http). -module(endpoint_http).
-author("anlicheng"). -author("anlicheng").
-include("endpoint.hrl"). -include("endpoint.hrl").

View File

@ -7,7 +7,7 @@
%%% @end %%% @end
%%% Created : 06. 7 2023 12:02 %%% Created : 06. 7 2023 12:02
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(endpoint_for_mqtt). -module(endpoint_mqtt).
-include("endpoint.hrl"). -include("endpoint.hrl").
-behaviour(gen_statem). -behaviour(gen_statem).