UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
18 stars 3 forks source link

feat: remove "flavor" capability #51

Closed tsagadar closed 2 months ago

tsagadar commented 2 months ago

The feature was not stable enough. Main issue: different flavors would require different firmware. However, device cannot report its flavor - this is not really known.

Potential idea for a future implementation: encode the flavor in the build metadata of the semver version. This could fix above problem.