mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-05 07:34:01 +01:00
Fix typos thanks @patrickelectric
This commit is contained in:
@@ -2350,7 +2350,7 @@ void SPIFFSFileupload()
|
||||
//Upload write
|
||||
//**************
|
||||
} else if(upload.status == UPLOAD_FILE_WRITE) {
|
||||
//check if file is availble and no error
|
||||
//check if file is available and no error
|
||||
if(web_interface->fsUploadFile && web_interface->_upload_status == UPLOAD_STATUS_ONGOING) {
|
||||
//no error so write post date
|
||||
web_interface->fsUploadFile.write(upload.buf, upload.currentSize);
|
||||
|
||||
Reference in New Issue
Block a user