You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Hi. I found information about an update via OTA but I don't know where to enter these commands?
Can someone guide me on how to update to version 1.9.0 because I wouldn't want to make a mistake?
I'm using win10.
For upgrading via OTA (Over The Air):
wget https://raw.githubusercontent.com/esp8266/Arduino/master/tools/espota.py
wget https://github.com/proddy/EMS-ESP/releases/latest/download/firmware_*.bin
python espota.py -i ems-esp -f firmware_*.bin
The text was updated successfully, but these errors were encountered:
If you want to go OTA then you either need PlatformIO installed (at least the command line CLI version) or use the espota.py tool as you mentioned. In both cases you will need Python installed on your windows box. Its not too complex and you wont break anything, just try it out!
BTW In version 1.9 you can now upload firmware's via the new web interface.
Hi. I found information about an update via OTA but I don't know where to enter these commands?
Can someone guide me on how to update to version 1.9.0 because I wouldn't want to make a mistake?
I'm using win10.
The text was updated successfully, but these errors were encountered: