-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI firmware upload - improve error handling and add MD5 check #637
Comments
For the MD5 check I was talking to Rick last year about this. See rjwats/esp8266-react#260 (comment). The steps would be:
something you'd like to look at Michael? |
I've made a md5-branch to test, also firmwares and md5-files for all boards. Please check. |
I'll check today |
I'll change the way of md5 sending to web, in first appoach i added a hppt_get, but it's better to use direct respond of the post. |
ok. it would good to validate the md5 on the server side too (at least the # chars). Another thing I noticed is the dropzone drag&drop box shows read when dragging in an md5 file, so the .md5 needs to be added to the list of accepted extensions. Can I help anywhere? |
Yes it's already done, md5-file is accepted, post to ems-esp, checked for 32 char (only length), stored as 32 char, send back to web and shown on web. On bin-upload the stored md5 is checked. |
do we also need to change the WebUI 'version check' to pick up the right platform and board? |
Yes, simple way to direct to the |
yes! |
From #629 (comment)_
The text was updated successfully, but these errors were encountered: