Hi,
Here is a code I want to put over the air. I added my code over the one in the tutorial.
https://gist.github.com/J4e8a16n/ec03440a395d6861bdce9b7664e73599
The idea of
line #628
Start your code here while((millis() - waitupload) < 5000){ /*use mdns for host name resolution*/ if (!MDNS.begin(host)) { //http://esp32.local
was to diplay the login box for 5 seconds and then publish the current web page.
If I strip off what is after the
/**************************************************/
//’class WebServer’ has no member named ‘available’
everything works fine The upload page is diplayed.
The idea is to have the upload page displayed for 5 seconds.
After what the actual web page is shown.
It is something I don’t know how to do a^^arently.
line #695 //’class WebServer’ has no member named ‘available’
Regards,
JPD