This release fixes the update section in the web UI.
sorry to say but if you have installed any version prior to this one it is not possible to update it because of a bug in the webui and the only way to update is to use a USB Serial Adapter.
At least i thought in the beginning... but i did find a workaround :) its not easy for non-technical people, but should be doable :)
Sorry <3
The workaround:
- Open the current web ui in your browser (chrome definitely works, anything else should also work but no guarantee)
- open the developer tools by pressing the F12 key on your keyboard
- copy+paste the content of the attached file (
workaround.js
) into the JavaScript Console - hit enter to submit the code
- write window.setup() into the console
- hit enter to execute
the upload section should work now (just dont reload or you need to redo all steps) 😄
- upload the web ui / filesystem file of the latest (this) release first, this way the update section will continue working without redoing the above steps ^^
Full Changelog: v1.1.0...v1.1.1