MaibornWolff / clean-air

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

Only do an upgrade if the version on the repo is greater than that of the currently running software #72

Closed mlkiefer closed 3 years ago

mlkiefer commented 3 years ago

Currently, the check for available updates runs rather blindly. If the versions differ, it pulls the bin of the latest release from the server and flashes it onto the device. This also happens with the firmware used during development.

We should add something that prevents updating the dev firmware with a release. Otherwise we won't be able to test our changes.

mlkiefer commented 3 years ago

not an issue catually