Remove decrepit readFlash function
This commit is contained in:
@@ -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
Submodule libesphttpd updated: b1808d27b0...e4120b5d77
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user