vintage_net_wizard v0.1.4 VintageNetWizard View Source
Documentation for VintageNetWizard.
Link to this section Summary
Link to this section Functions
Change the WiFi module into access point mode
Link to this function
run_wizard(opts \\ [])
View Sourcerun_wizard([VintageNetWizard.Web.Endpoint.opt()]) :: :ok | {:error, String.t()}
Run the wizard.
This means the WiFi module will be put into access point mode and the web server will be started.
Options:
:ssl- A Keyword list of:ssl.tls_server_options
See Plug.SSL.configure/1 for more information about the
SSL options.