From a95e5f28d63c2b892124b727cae6d574565997ca Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Wed, 27 Apr 2016 18:22:27 +0800 Subject: [PATCH] Remove ALL references to readflash function --- user/user_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/user/user_main.c b/user/user_main.c index 1276ccb..e3db259 100644 --- a/user/user_main.c +++ b/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},