Current section
Files
Jump to
Current section
Files
src/eensy@network.erl
-module(eensy@network).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([start/0]).
-if(?OTP_RELEASE >= 27).
-define(MODULEDOC(Str), -moduledoc(Str)).
-define(DOC(Str), -doc(Str)).
-else.
-define(MODULEDOC(Str), -compile([])).
-define(DOC(Str), -compile([])).
-endif.
-file("src/eensy/network.gleam", 45).
?DOC(" Start Access Point in unsecure mode\n").
-spec start() -> {ok, nil} | {error, nil}.
start() ->
eensy_ffi:wait_for_ap_with_result().