Remove decrepit readFlash function

pull/30/head
Jeroen Domburg 8 years ago
parent 6968618432
commit 336a749552
  1. 1
      html/index.tpl
  2. BIN
      html/test/test.cgi
  3. 2
      libesphttpd
  4. 1
      user/user_main.c

@ -13,7 +13,6 @@ been loaded <b>%counter%</b> times.
<li>You can also control the <a href="led.tpl">LED</a>.</li>
<li>If you have a firmware upgrade file and the module is compiled for firmware upgrades, you
can <a href="flash/index.html">upgrade the firmware</a> of this module.</li>
<li>You can download the raw <a href="flash.bin">contents</a> of the SPI flash rom</li>
<li>Esphttpd now also supports <a href="websocket/index.html">websockets</a>.</li>
<li>Test esphttpd using the built-in <a href="test/">test suite</a></li>
<li>And because I can, here's a link to my <a href="http://spritesmods.com/?f=esphttpd">website</a></ul>

Binary file not shown.

@ -1 +1 @@
Subproject commit b1808d27b08bb8915fcfd6d21784fa6069a56c37
Subproject commit e4120b5d77715201ed53d074043c2132201a9425

@ -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},

Loading…
Cancel
Save