Access point mode
Posted: Wed Mar 25, 2020 7:06 am
Hello,
I'm developed an application using station mode. It has a webserver and some webpages saved in the SPIFFS. I've a configuration file (saved in the SPIFFS) containg parametters as SSID , password and so on. Everything is working fine.
Now I need to ad a new feature: a parameter to define if we are working in station mode or in access point mode, so following sample code I changed the wifi initialization depending by a new parameter.
I can see the generated wifi ssid with the name I set, I can conect ti using the password set. But I can't access to web pages.
Have I to implement a different webserver management using AP mode?
Thanks for suggestions
Andrea
I'm developed an application using station mode. It has a webserver and some webpages saved in the SPIFFS. I've a configuration file (saved in the SPIFFS) containg parametters as SSID , password and so on. Everything is working fine.
Now I need to ad a new feature: a parameter to define if we are working in station mode or in access point mode, so following sample code I changed the wifi initialization depending by a new parameter.
I can see the generated wifi ssid with the name I set, I can conect ti using the password set. But I can't access to web pages.
Have I to implement a different webserver management using AP mode?
Thanks for suggestions
Andrea