Applied important changes of other forks after master ESPAsyncWebServer release (at the moment)

- fixes
- SPIFFSEditor is changed to be standalone - works with acefull.js.gz, see the example
Added a real SmartSwitch application to examples
This commit is contained in:
lorol
2020-03-11 23:21:50 -04:00
parent f13685ee97
commit 406f21c5dd
77 changed files with 13995 additions and 889 deletions

View File

@@ -96,6 +96,10 @@ AsyncWebServerRequest::~AsyncWebServerRequest(){
if(_tempFile){
_tempFile.close();
}
if(_itemBuffer){
free(_itemBuffer);
}
}
void AsyncWebServerRequest::_onData(void *buf, size_t len){