- Wed Sep 16, 2015 2:54 am
#29136
Hi, great lib and very useful! But I'm a bit stocked while trying to figure out how to implent it to an existing project.
Let's say I'm using the Basig Webserver Example HelloServer.ino from Example sketches and I want to:
1. load config from EEProm
2. Connect to Station
3. if fails start AP mode
4. if i go to 192.168.0.1 it should load whatever i wrote at server.on("/", handleRoot);
5. show config if i go to 192.168.0.1/config, update details and reset.
I can't figure out how to handle a diffrent request then showing the config page. Would be great if you can provide an other example / more informations.
Greetings