MaibornWolff / clean-air

Firmware and hardware construction plans for the MaibornWolff Clean Air device
MIT License
32 stars 4 forks source link

ESP unable to update because .bin file is missing on blob storage #56

Closed thegreatdane6 closed 3 years ago

thegreatdane6 commented 3 years ago

I manually added a new Firmware in the blobstorage. OTA is working as expected.

angrox commented 3 years ago

Please have a look at #64. This will create a firmware file and a LATEST file under https://github.com/MaibornWolff/clean-air/releases/latest/download/, as soon as the first release is created. The URL will always give you an redirect to the latest release so the http call inside the ESP must handle the redirect.

thegreatdane6 commented 3 years ago

fixed by #71