Remove decrepit readFlash function

This commit is contained in:
Jeroen Domburg
2016-04-27 18:17:21 +08:00
parent 6968618432
commit 336a749552
4 changed files with 1 additions and 3 deletions
-1
View File
@@ -125,7 +125,6 @@ HttpdBuiltInUrl builtInUrls[]={
{"/led.tpl", cgiEspFsTemplate, tplLed},
{"/index.tpl", cgiEspFsTemplate, tplCounter},
{"/led.cgi", cgiLed, NULL},
{"/flash/download", cgiReadFlash, NULL},
#ifdef INCLUDE_FLASH_FNS
{"/flash/next", cgiGetFirmwareNext, &uploadParams},
{"/flash/upload", cgiUploadFirmware, &uploadParams},