diff --git a/html/index.tpl b/html/index.tpl index 0fbef91..3daf3e7 100644 --- a/html/index.tpl +++ b/html/index.tpl @@ -13,7 +13,6 @@ been loaded %counter% times.
  • You can also control the LED.
  • If you have a firmware upgrade file and the module is compiled for firmware upgrades, you can upgrade the firmware of this module.
  • -
  • You can download the raw contents of the SPI flash rom
  • Esphttpd now also supports websockets.
  • Test esphttpd using the built-in test suite
  • And because I can, here's a link to my website diff --git a/html/test/test.cgi b/html/test/test.cgi deleted file mode 100644 index ed00813..0000000 Binary files a/html/test/test.cgi and /dev/null differ diff --git a/libesphttpd b/libesphttpd index b1808d2..e4120b5 160000 --- a/libesphttpd +++ b/libesphttpd @@ -1 +1 @@ -Subproject commit b1808d27b08bb8915fcfd6d21784fa6069a56c37 +Subproject commit e4120b5d77715201ed53d074043c2132201a9425 diff --git a/user/user_main.c b/user/user_main.c index e22a345..1276ccb 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -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},