Use as temporary AP without connecting to an existing Wifi
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
Just a non detailed response, you can comment out that section of code. Stopping wifi.begin from executing. Edit: oh goodness... necropost