chmorgan / libesphttpd

Libesphttpd - web server for ESP8266 / ESP32
Mozilla Public License 2.0
128 stars 45 forks source link

Improve flash-api #43

Closed phatpaul closed 6 years ago

phatpaul commented 6 years ago

I made some additions/improvements to the cgiFlash.c and improved the html/js GUI for managing partitions. I'm not bothering to support the older ESP8266 chip (I don't have one).

Tested on:

Note these additions complement my additions to the esphttpd-freertos repository.

The API is documented here: https://github.com/phatpaul/libesphttpd/blob/master/README-flash_api.md

BTW, I'm compressing with yui-compressor and it's working OK.

phatpaul commented 6 years ago

I made a new branch on my fork with squashed changes that I cherry-picked. I had to make a new PR #47 since I can't seem to change the "from" branch on this PR.

Closing this PR.