From 336a7495528f087f3430c58269f88a67e6414be4 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Wed, 27 Apr 2016 18:17:21 +0800 Subject: [PATCH] Remove decrepit readFlash function --- html/index.tpl | 1 - html/test/test.cgi | Bin 51200 -> 0 bytes libesphttpd | 2 +- user/user_main.c | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 html/test/test.cgi 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 ed00813b281ebb27a6c4560176d908e7bcfa1562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 51200 zcmeIuF#!Mo0K%a4Pi+e?h(KY$fB^#r3>YwAz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM z7%*VKfB^#r3>YwAz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM7%*VKfB^#r3>YwAz<>b* z1`HT5V8DO@0|pEjFkrxd0RsjM7%*VKfB^#r3>YwAz<>b*1`HT5V8DO@0|pEjFkrxd z0RsjM7%*VKfB^#r3>YwAz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM7%*VKfB^#r3>YwA mz<>b*1`HT5V8DO@0|pEjFkrxd0RsjM7%*VKfB^#r{sRNZ00031 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},