Is it possible to skip this? E.g. in some free WiFi networks a starting page is displayed, regardless to the desired webpage. Is this possible with ESP8266?
I did not find anything yet, maybe I used the wrong keywords.
Thank you
Peter
Explore... Chat... Share...
//main page request (serve up my HTML gui)
my_server.on("/", my_html_page);
//iOS handlers
my_server.on("/hotspot-detect.html", handle_iphone);
my_server.on("/bag", handle_ipad);
//android handlers
my_server.on("/generate_204", my_html_page); //Android captive portal
//custom (app specific) handlers (requests sent from HTML page)
//mouse
my_server.on("/mouse", handle_mouse);
//keyboard
my_server.on("/keyboard", handle_keyboard);
//preset link/action handlers
my_server.on("/preset", handle_preset);
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]