Different tld for captive portal (.local is for mdns), added options to make esptool.py also capable of flashing the stupid DIO-requiring NodeMCU version, fixed OTA Makefile
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ general ones. Authorization things (like authBasic) act as a 'barrier' and
|
||||
should be placed above the URLs they protect.
|
||||
*/
|
||||
HttpdBuiltInUrl builtInUrls[]={
|
||||
{"*", cgiRedirectApClientToHostname, "esp8266.local"},
|
||||
{"*", cgiRedirectApClientToHostname, "esp8266.nonet"},
|
||||
{"/", cgiRedirect, "/index.tpl"},
|
||||
{"/flash.bin", cgiReadFlash, NULL},
|
||||
{"/led.tpl", cgiEspFsTemplate, tplLed},
|
||||
|
||||
Reference in New Issue
Block a user