Remove ALL references to readflash function

pull/30/head
Jeroen Domburg 8 years ago
parent 0a9942da48
commit a95e5f28d6
  1. 1
      user/user_main.c

@ -121,7 +121,6 @@ should be placed above the URLs they protect.
HttpdBuiltInUrl builtInUrls[]={
{"*", cgiRedirectApClientToHostname, "esp8266.nonet"},
{"/", cgiRedirect, "/index.tpl"},
{"/flash.bin", cgiReadFlash, NULL},
{"/led.tpl", cgiEspFsTemplate, tplLed},
{"/index.tpl", cgiEspFsTemplate, tplCounter},
{"/led.cgi", cgiLed, NULL},

Loading…
Cancel
Save