IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

Use as temporary AP without connecting to an existing Wifi

Open ndx1905-github opened this issue 3 years ago • 1 comments

hi

My use case is following : use IotWebConf as an interface for a Thing that perfectly works offline.

When I turn my Thing on, I want it to work as an access point for a couple minutes, so that the user can connect to it from a smartphone and manually change some settings (for example, adjust date / time and other settings relevant to the Thing). Once this is done, the Thing doesn't need access to internet, and doesn't need to show config for SSID or password. After a couple minutes, the AP can also stop being active (user can either press button connected to D2 or simply unplug replug the Thing)

Is it possible to hide / disable Wifi settings that are used to connect the Thing to internet ?

Thanks

ndx1905-github avatar Aug 18 '22 12:08 ndx1905-github

Just a non detailed response, you can comment out that section of code. Stopping wifi.begin from executing. Edit: oh goodness... necropost

1TekPro avatar May 01 '25 03:05 1TekPro