Hi,
Does anyone know if you can limit what appears on the connect page ? , at the moment I have:
Configure wifi
info
exit
update
I only want configure WiFi on the page
ThanksStuart
Hi,
Does anyone know if you can limit what appears on the connect page ? , at the moment I have:
Configure wifi
info
exit
update
I only want configure WiFi on the page
ThanksStuart
std::vector<const char*> wmMenuItems = { "wifi", "info", "param", "erase", "exit" };
wm.setMenu(wmMenuItems);
Hi J.A.
Do I just copy that into my code ?
Thanks
Stuart
the wmMenuItems should be global I think. and setMenu in setup().
adjust the items.
this project has all I know about WiFiManager
Hi J.A.
Thanks for the info, I will go and check it out
Stuart
Hi J.A.
Just a Thank You as your code worked a treat, I am going to have a look at the sunrise clock also as it looks interesting.
cheers
Stuart
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.