Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let the OTA server know which version was announced via MQTT #50

Closed
marvinroger opened this issue Mar 28, 2016 · 6 comments
Closed

Let the OTA server know which version was announced via MQTT #50

marvinroger opened this issue Mar 28, 2016 · 6 comments
Milestone

Comments

@marvinroger
Copy link
Member

As asked by @rschaten on #35

@rschaten
Copy link
Contributor

Thanks! 👍

marvinroger added a commit that referenced this issue Mar 28, 2016
@marvinroger
Copy link
Member Author

The new version string is da828fe0=sub2-relay@1.0.0->1.1.0.

  • da828fe0: the device ID
  • sub2-relay: the firmware name
  • 1.0.0: the firmware version
  • 1.1.0: the OTA version announced via MQTT

@marvinroger marvinroger added this to the 1.3.0 milestone Mar 28, 2016
@marvinroger
Copy link
Member Author

This will be released with 1.3.0 when the stabilty issues are resolved.

@jpmens
Copy link

jpmens commented Mar 29, 2016

Is there a particular reason you didn't opt for a single-character separator?

da828fe0=sub2-relay=1.0.0=1.1.0

That would make it a bit easier to split on reception, wouldn't it?

@marvinroger
Copy link
Member Author

Well yes, it's way easier to split with a single char. I don't know why I did this. 😥 Fixed 2481bdf

@marvinroger
Copy link
Member Author

Released. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants