This commit is contained in:
anlicheng 2023-09-25 16:57:47 +08:00
parent cc10502a58
commit 2ca06f97fe

View File

@ -16,9 +16,10 @@ start(_StartType, _StartArgs) ->
%% %%
erlang:system_flag(fullsweep_after, 16), erlang:system_flag(fullsweep_after, 16),
{ok, SupPid} = iot_sup:start_link(),
%% %%
start_mnesia(), start_mnesia(),
{ok, SupPid} = iot_sup:start_link(),
%% udp服务 %% udp服务
start_udp_server(), start_udp_server(),
%% http服务 %% http服务