Skip to content
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

DOIT esp32 devkit v1 OTA v 2.2.5 not working #55

Closed
piotrret opened this issue Aug 17, 2021 · 4 comments
Closed

DOIT esp32 devkit v1 OTA v 2.2.5 not working #55

piotrret opened this issue Aug 17, 2021 · 4 comments

Comments

@piotrret
Copy link

After upgrade from version 2.2.4 to 2.2.5 OTA not working.
Board is esp32 DOIT devkit v1. Server is responsing, but on the page is only ElegantOTA header, no checkbox firmware, no checkbox filesystem, no menu choose file.
OTA

@andresruizdev
Copy link

Same issue here

@ayushsharma82
Copy link
Owner

Noted. I must have done a clerical mistake while refactoring code.

You guys can use v2.2.4 till then it's the same.

Testing v2.2.5 right now.

@ayushsharma82
Copy link
Owner

ayushsharma82 commented Aug 18, 2021

Fixed & Tested with v2.2.6 release. Thanks for reporting.

@ayushsharma82
Copy link
Owner

ayushsharma82 commented Aug 18, 2021

For anyone who got stuck with v2.2.5 and can't update via serial to ElegantOTA v2.2.7, Issue was with the webpage but the underlying code is working. So Please follow these steps if your device is out of reach:

  1. Make sure you have cURL installed on your PC
  2. Open the directory where your new compiled firmware with ( ElegantOTA v2.2.7 or above ) is situated
  3. Open terminal at that location
  4. Execute this script curl.exe -i -X POST -H "Content-Type: multipart/form-data" -F "firmware=@firmware.bin" http://192.168.4.1/update
  5. Wait for an "OK" message on the terminal.
  6. Device is updated to ElegantOTA v2.2.7 and now you can resume OTAs via the webpage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants