konnected-io / konnected-security

Konnected connects wired sensors and switches to SmartThings, Home Assistant, Hubitat and OpenHAB
https://konnected.io
Apache License 2.0
416 stars 322 forks source link

Update release workflow to add OTA image. #168

Closed h2zero closed 2 years ago

h2zero commented 2 years ago

Updates the release workflow to copy the OTA image file to release assets.

heythisisnate commented 2 years ago

It's actually the lfs.img not the filesystem image that we need for OTA. The OTA updater for the ESP8266 can only replace the LFS. This is pretty convenient actually for updating the application code. I think I can make that change quickly.

h2zero commented 2 years ago

Lol oops, not sure what I was thinking... thanks for fixing!