Webpages on Photon / SoftAP

Can the http server also be used outside of the listen mode (with SoftAP), so when the Photon is actually connected to WiFi?

I’d like to make a configuration page myself like mentioned here. So people can manipulate variables themselves without connecting the device to WiFi.
However I’d like to keep using this page even if they have connected the Photon to WiFi. For this I could use the webduino implemenation (like in this tutorial).

Both Webduino and SoftAP implement an http server, so it seems an overkill to include them both?

Maybe someone can give a starting point how I could use the SoftAP http server?

1 Like